#66B9F6

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

Shades of Maya Blue #66B9F6

Tints of Maya Blue #66B9F6

Color information

#66B9F6 (or 0x66B9F6) is unknown color: approx Maya Blue. HEX triplet: 66, B9 and F6. RGB value is (102,185,246). Sum of RGB (Red+Green+Blue) = 102+185+246=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #66B9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B9F6 is #994609. Grayscale: #A6A6A6. Windows color (decimal): -10044938 or 16169318. OLE color: 16169318.

HSL color Cylindrical-coordinate representation of color #66B9F6: hue angle of 205.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66B9F6 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102185246-
CMYK0.590.2500.04
HSL205.42º88.89%68.24%-
HSV(B)205.42º58.54%96.47%-
XYZ39.4644.1893.64-
YUV167.14172.581.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.14%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 246 (96.48% from 255) = 46.15%
R=19.14%
G=34.71%
B=46.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021852460.590.2500.04205.4288.8968.24
Hex66B9F63B1904cd5944
Octal146271366733104315131104
Binary110011010111001111101101110111100101001100110110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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