#66B1FF

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

Shades of Maya Blue #66B1FF

Tints of Maya Blue #66B1FF

Color information

#66B1FF (or 0x66B1FF) is unknown color: approx Maya Blue. HEX triplet: 66, B1 and FF. RGB value is (102,177,255). Sum of RGB (Red+Green+Blue) = 102+177+255=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B1FF is #994E00. Grayscale: #A3A3A3. Windows color (decimal): -10046977 or 16757094. OLE color: 16757094.

HSL color Cylindrical-coordinate representation of color #66B1FF: hue angle of 210.59º 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 #66B1FF is Cyan = 0.6, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102177255-
CMYK0.60.3100
HSL210.59º100%70%-
HSV(B)210.59º60%100%-
XYZ39.2541.49100.55-
YUV163.47179.6584.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.10%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 255 (100% from 255) = 47.75%
R=19.10%
G=33.15%
B=47.75%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021772550.60.3100210.5910070
Hex66B1FF3C1F00d36446
Octal146261377743700323144106
Binary1100110101100011111111111110011111001101001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B1FF; }

 p { color: rgb(102,177,255); }

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

<style>
 a { background-color: #66B1FF; }

 a { background-color: rgb(102,177,255); }

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

<style>
 span { border-color: #66B1FF; }

 span { border-color: rgb(102,177,255); }

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