#66BCF9

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

Shades of Maya Blue #66BCF9

Tints of Maya Blue #66BCF9

Color information

#66BCF9 (or 0x66BCF9) is unknown color: approx Maya Blue. HEX triplet: 66, BC and F9. RGB value is (102,188,249). Sum of RGB (Red+Green+Blue) = 102+188+249=539 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.92% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #66BCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCF9 is #994306. Grayscale: #A8A8A8. Windows color (decimal): -10044167 or 16366694. OLE color: 16366694.

HSL color Cylindrical-coordinate representation of color #66BCF9: hue angle of 204.9º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66BCF9 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102188249-
CMYK0.590.2400.02
HSL204.9º92.45%68.82%-
HSV(B)204.9º59.04%97.65%-
XYZ40.5645.6396.29-
YUV169.24173.0180.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.92%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=18.92%
G=34.88%
B=46.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021882490.590.2400.02204.992.4568.82
Hex66BCF93B1802cd5c45
Octal146274371733002315134105
Binary11001101011110011111001111011110000101100110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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