#66ABFF

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

Shades of Maya Blue #66ABFF

Tints of Maya Blue #66ABFF

Color information

#66ABFF (or 0x66ABFF) is unknown color: approx Maya Blue. HEX triplet: 66, AB and FF. RGB value is (102,171,255). Sum of RGB (Red+Green+Blue) = 102+171+255=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #66ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABFF is #995400. Grayscale: #9F9F9F. Windows color (decimal): -10048513 or 16755558. OLE color: 16755558.

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

Color convert

RGB102171255-
CMYK0.60.3300
HSL212.94º100%70%-
HSV(B)212.94º60%100%-
XYZ38.0939.17100.16-
YUV159.94181.6486.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.32%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 255 (100% from 255) = 48.30%
R=19.32%
G=32.39%
B=48.30%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021712550.60.3300212.9410070
Hex66ABFF3C2100d56446
Octal146253377744100325144106
Binary11001101010101111111111111100100001001101010111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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