#66B9F9

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

Shades of Maya Blue #66B9F9

Tints of Maya Blue #66B9F9

Color information

#66B9F9 (or 0x66B9F9) is unknown color: approx Maya Blue. HEX triplet: 66, B9 and F9. RGB value is (102,185,249). Sum of RGB (Red+Green+Blue) = 102+185+249=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #66B9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B9F9 is #994606. Grayscale: #A7A7A7. Windows color (decimal): -10044935 or 16365926. OLE color: 16365926.

HSL color Cylindrical-coordinate representation of color #66B9F9: hue angle of 206.12º 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 #66B9F9 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102185249-
CMYK0.590.2600.02
HSL206.12º92.45%68.82%-
HSV(B)206.12º59.04%97.65%-
XYZ39.9344.3696.08-
YUV167.4817481.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.03%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 249 (97.66% from 255) = 46.46%
R=19.03%
G=34.51%
B=46.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021852490.590.2600.02206.1292.4568.82
Hex66B9F93B1A02ce5c45
Octal146271371733202316134105
Binary11001101011100111111001111011110100101100111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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