#66CDFF

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

Shades of Maya Blue #66CDFF

Tints of Maya Blue #66CDFF

Color information

#66CDFF (or 0x66CDFF) is unknown color: approx Maya Blue. HEX triplet: 66, CD and FF. RGB value is (102,205,255). Sum of RGB (Red+Green+Blue) = 102+205+255=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CDFF is #993200. Grayscale: #B3B3B3. Windows color (decimal): -10039809 or 16764262. OLE color: 16764262.

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

Color convert

RGB102205255-
CMYK0.60.2000
HSL199.61º100%70%-
HSV(B)199.61º60%100%-
XYZ45.3653.71102.58-
YUV179.9170.3872.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.15%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 255 (100% from 255) = 45.37%
R=18.15%
G=36.48%
B=45.37%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022052550.60.2000199.6110070
Hex66CDFF3C1400c86446
Octal146315377742400310144106
Binary1100110110011011111111111110010100001100100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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