#66CEFF

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

Shades of Maya Blue #66CEFF

Tints of Maya Blue #66CEFF

Color information

#66CEFF (or 0x66CEFF) is unknown color: approx Maya Blue. HEX triplet: 66, CE and FF. RGB value is (102,206,255). Sum of RGB (Red+Green+Blue) = 102+206+255=563 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.12% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CEFF is #993100. Grayscale: #B4B4B4. Windows color (decimal): -10039553 or 16764518. OLE color: 16764518.

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

Color convert

RGB102206255-
CMYK0.60.1900
HSL199.22º100%70%-
HSV(B)199.22º60%100%-
XYZ45.654.19102.66-
YUV180.49170.0472.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.12%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 255 (100% from 255) = 45.29%
R=18.12%
G=36.59%
B=45.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022062550.60.1900199.2210070
Hex66CEFF3C1300c76446
Octal146316377742300307144106
Binary1100110110011101111111111110010011001100011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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