#66C0FF

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

Shades of Maya Blue #66C0FF

Tints of Maya Blue #66C0FF

Color information

#66C0FF (or 0x66C0FF) is unknown color: approx Maya Blue. HEX triplet: 66, C0 and FF. RGB value is (102,192,255). Sum of RGB (Red+Green+Blue) = 102+192+255=549 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.58% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #66C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C0FF is #993F00. Grayscale: #ABABAB. Windows color (decimal): -10043137 or 16760934. OLE color: 16760934.

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

Color convert

RGB102192255-
CMYK0.60.2500
HSL204.71º100%70%-
HSV(B)204.71º60%100%-
XYZ42.3847.74101.59-
YUV172.27174.6877.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.58%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 255 (100% from 255) = 46.45%
R=18.58%
G=34.97%
B=46.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021922550.60.2500204.7110070
Hex66C0FF3C1900cd6446
Octal146300377743100315144106
Binary1100110110000001111111111110011001001100110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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