#67AFFF

Color #67AFFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #67AFFF

Tints of Maya Blue #67AFFF

Color information

#67AFFF (or 0x67AFFF) is unknown color: approx Maya Blue. HEX triplet: 67, AF and FF. RGB value is (103,175,255). Sum of RGB (Red+Green+Blue) = 103+175+255=533 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.32% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #67AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AFFF is #985000. Grayscale: #A2A2A2. Windows color (decimal): -9981953 or 16756583. OLE color: 16756583.

HSL color Cylindrical-coordinate representation of color #67AFFF: hue angle of 211.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67AFFF is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB103175255-
CMYK0.600.3100
HSL211.58º100%70.2%-
HSV(B)211.58º59.61%100%-
XYZ38.9740.76100.42-
YUV162.59180.1585.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 19.32%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 255 (100% from 255) = 47.84%
R=19.32%
G=32.83%
B=47.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1031752550.600.3100211.5810070.2
Hex67AFFF3C1F00d46446
Octal147257377743700324144106
Binary1100111101011111111111111110011111001101010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AFFF; }

 p { color: rgb(103,175,255); }

 H1.HeaderClassName
 {
   color: #67AFFF;
 }
 .AnyTagClassName
 {
   color: #67AFFF;
 }
</style>
background-color css

<style>
 a { background-color: #67AFFF; }

 a { background-color: rgb(103,175,255); }

 div.DivClassName
 {
   background-color: #67AFFF;
 }
 .BgClassName
 {
   background-color: #67AFFF;
 }
</style>
border-color css

<style>
 span { border-color: #67AFFF; }

 span { border-color: rgb(103,175,255); }

 td.TdClassName
 {
   border-color: #67AFFF;
 }
 .TagClassName
 {
   border-color: #67AFFF;
 }
</style>