#66ACFC

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

Shades of Maya Blue #66ACFC

Tints of Maya Blue #66ACFC

Color information

#66ACFC (or 0x66ACFC) is unknown color: approx Maya Blue. HEX triplet: 66, AC and FC. RGB value is (102,172,252). Sum of RGB (Red+Green+Blue) = 102+172+252=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #66ACFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ACFC is #995303. Grayscale: #9F9F9F. Windows color (decimal): -10048260 or 16559206. OLE color: 16559206.

HSL color Cylindrical-coordinate representation of color #66ACFC: hue angle of 212º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66ACFC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102172252-
CMYK0.600.3200.01
HSL212º96.15%69.41%-
HSV(B)212º59.52%98.82%-
XYZ37.839.3697.7-
YUV160.19179.8186.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.39%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 252 (98.83% from 255) = 47.91%
R=19.39%
G=32.70%
B=47.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021722520.600.3200.0121296.1569.41
Hex66ACFC3C2001d46045
Octal146254374744001324140105
Binary11001101010110011111100111100100000011101010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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