#66C6FF

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

Shades of Maya Blue #66C6FF

Tints of Maya Blue #66C6FF

Color information

#66C6FF (or 0x66C6FF) is unknown color: approx Maya Blue. HEX triplet: 66, C6 and FF. RGB value is (102,198,255). Sum of RGB (Red+Green+Blue) = 102+198+255=555 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.38% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #66C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C6FF is #993900. Grayscale: #AFAFAF. Windows color (decimal): -10041601 or 16762470. OLE color: 16762470.

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

Color convert

RGB102198255-
CMYK0.60.2200
HSL202.35º100%70%-
HSV(B)202.35º60%100%-
XYZ43.7250.43102.04-
YUV175.79172.775.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.38%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 255 (100% from 255) = 45.95%
R=18.38%
G=35.68%
B=45.95%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021982550.60.2200202.3510070
Hex66C6FF3C1600ca6446
Octal146306377742600312144106
Binary1100110110001101111111111110010110001100101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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