#66C0F9

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

Shades of Maya Blue #66C0F9

Tints of Maya Blue #66C0F9

Color information

#66C0F9 (or 0x66C0F9) is unknown color: approx Maya Blue. HEX triplet: 66, C0 and F9. RGB value is (102,192,249). Sum of RGB (Red+Green+Blue) = 102+192+249=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #66C0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C0F9 is #993F06. Grayscale: #ABABAB. Windows color (decimal): -10043143 or 16367718. OLE color: 16367718.

HSL color Cylindrical-coordinate representation of color #66C0F9: hue angle of 203.27º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66C0F9 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102192249-
CMYK0.590.2300.02
HSL203.27º92.45%68.82%-
HSV(B)203.27º59.04%97.65%-
XYZ41.4347.3696.58-
YUV171.59171.6878.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.78%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=18.78%
G=35.36%
B=45.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021922490.590.2300.02203.2792.4568.82
Hex66C0F93B1702cb5c45
Octal146300371732702313134105
Binary11001101100000011111001111011101110101100101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,192,249); }

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

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

 a { background-color: rgb(102,192,249); }

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

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

 span { border-color: rgb(102,192,249); }

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