#66D2F9

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

Shades of Maya Blue #66D2F9

Tints of Maya Blue #66D2F9

Color information

#66D2F9 (or 0x66D2F9) is unknown color: approx Maya Blue. HEX triplet: 66, D2 and F9. RGB value is (102,210,249). Sum of RGB (Red+Green+Blue) = 102+210+249=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #66D2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D2F9 is #992D06. Grayscale: #B5B5B5. Windows color (decimal): -10038535 or 16372326. OLE color: 16372326.

HSL color Cylindrical-coordinate representation of color #66D2F9: hue angle of 195.92º 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 #66D2F9 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102210249-
CMYK0.590.1600.02
HSL195.92º92.45%68.82%-
HSV(B)195.92º59.04%97.65%-
XYZ45.6255.7697.98-
YUV182.15165.7270.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.18%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=18.18%
G=37.43%
B=44.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022102490.590.1600.02195.9292.4568.82
Hex66D2F93B1002c45c45
Octal146322371732002304134105
Binary11001101101001011111001111011100000101100010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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