#66CCFF

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

Shades of Maya Blue #66CCFF

Tints of Maya Blue #66CCFF

Color information

#66CCFF (or 0x66CCFF) is unknown color: approx Maya Blue. HEX triplet: 66, CC and FF. RGB value is (102,204,255). Sum of RGB (Red+Green+Blue) = 102+204+255=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CCFF is a web safe color. Inversed color of #66CCFF is #993300. Grayscale: #B3B3B3. Windows color (decimal): -10040065 or 16764006. OLE color: 16764006.

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

Color convert

RGB102204255-
CMYK0.60.200
HSL200º100%70%-
HSV(B)200º60%100%-
XYZ45.1253.23102.5-
YUV179.32170.7172.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.18%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 255 (100% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022042550.60.20020010070
Hex66CCFF3C1400c86446
Octal146314377742400310144106
Binary1100110110011001111111111110010100001100100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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