#66BCFC

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

Shades of Maya Blue #66BCFC

Tints of Maya Blue #66BCFC

Color information

#66BCFC (or 0x66BCFC) is unknown color: approx Maya Blue. HEX triplet: 66, BC and FC. RGB value is (102,188,252). Sum of RGB (Red+Green+Blue) = 102+188+252=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #66BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCFC is #994303. Grayscale: #A9A9A9. Windows color (decimal): -10044164 or 16563302. OLE color: 16563302.

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

Color convert

RGB102188252-
CMYK0.600.2500.01
HSL205.6º96.15%69.41%-
HSV(B)205.6º59.52%98.82%-
XYZ41.0345.8298.78-
YUV169.58174.5179.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.82%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 252 (98.83% from 255) = 46.49%
R=18.82%
G=34.69%
B=46.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021882520.600.2500.01205.696.1569.41
Hex66BCFC3C1901ce6045
Octal146274374743101316140105
Binary1100110101111001111110011110011001011100111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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