#66D6FF

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

Shades of Maya Blue #66D6FF

Tints of Maya Blue #66D6FF

Color information

#66D6FF (or 0x66D6FF) is unknown color: approx Maya Blue. HEX triplet: 66, D6 and FF. RGB value is (102,214,255). Sum of RGB (Red+Green+Blue) = 102+214+255=571 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.86% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #66D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D6FF is #992900. Grayscale: #B8B8B8. Windows color (decimal): -10037505 or 16766566. OLE color: 16766566.

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

Color convert

RGB102214255-
CMYK0.60.1600
HSL196.08º100%70%-
HSV(B)196.08º60%100%-
XYZ47.5858.14103.32-
YUV185.19167.3968.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.86%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 255 (100% from 255) = 44.66%
R=17.86%
G=37.48%
B=44.66%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022142550.60.1600196.0810070
Hex66D6FF3C1000c46446
Octal146326377742000304144106
Binary1100110110101101111111111110010000001100010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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