#66CBFF

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

Shades of Maya Blue #66CBFF

Tints of Maya Blue #66CBFF

Color information

#66CBFF (or 0x66CBFF) is unknown color: approx Maya Blue. HEX triplet: 66, CB and FF. RGB value is (102,203,255). Sum of RGB (Red+Green+Blue) = 102+203+255=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CBFF is #993400. Grayscale: #B2B2B2. Windows color (decimal): -10040321 or 16763750. OLE color: 16763750.

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

Color convert

RGB102203255-
CMYK0.60.2000
HSL200.39º100%70%-
HSV(B)200.39º60%100%-
XYZ44.8952.76102.43-
YUV178.73171.0473.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.21%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 255 (100% from 255) = 45.54%
R=18.21%
G=36.25%
B=45.54%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022032550.60.2000200.3910070
Hex66CBFF3C1400c86446
Octal146313377742400310144106
Binary1100110110010111111111111110010100001100100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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