#66D4FF

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

Shades of Maya Blue #66D4FF

Tints of Maya Blue #66D4FF

Color information

#66D4FF (or 0x66D4FF) is unknown color: approx Maya Blue. HEX triplet: 66, D4 and FF. RGB value is (102,212,255). Sum of RGB (Red+Green+Blue) = 102+212+255=569 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.93% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #66D4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D4FF is #992B00. Grayscale: #B7B7B7. Windows color (decimal): -10038017 or 16766054. OLE color: 16766054.

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

Color convert

RGB102212255-
CMYK0.60.1700
HSL196.86º100%70%-
HSV(B)196.86º60%100%-
XYZ47.0757.13103.15-
YUV184.01168.0669.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.93%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 255 (100% from 255) = 44.82%
R=17.93%
G=37.26%
B=44.82%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022122550.60.1700196.8610070
Hex66D4FF3C1100c56446
Octal146324377742100305144106
Binary1100110110101001111111111110010001001100010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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