#66ACF7

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

Shades of Maya Blue #66ACF7

Tints of Maya Blue #66ACF7

Color information

#66ACF7 (or 0x66ACF7) is unknown color: approx Maya Blue. HEX triplet: 66, AC and F7. RGB value is (102,172,247). Sum of RGB (Red+Green+Blue) = 102+172+247=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #66ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ACF7 is #995308. Grayscale: #9F9F9F. Windows color (decimal): -10048265 or 16231526. OLE color: 16231526.

HSL color Cylindrical-coordinate representation of color #66ACF7: hue angle of 211.03º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66ACF7 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102172247-
CMYK0.590.3000.03
HSL211.03º90.06%68.43%-
HSV(B)211.03º58.7%96.86%-
XYZ37.0239.0593.58-
YUV159.62177.3186.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.58%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 247 (96.88% from 255) = 47.41%
R=19.58%
G=33.01%
B=47.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1021722470.590.3000.03211.0390.0668.43
Hex66ACF73B1E03d35a44
Octal146254367733603323132104
Binary11001101010110011110111111011111100111101001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,247); }

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

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

 a { background-color: rgb(102,172,247); }

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

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

 span { border-color: rgb(102,172,247); }

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