#66BAF9

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

Shades of Maya Blue #66BAF9

Tints of Maya Blue #66BAF9

Color information

#66BAF9 (or 0x66BAF9) is unknown color: approx Maya Blue. HEX triplet: 66, BA and F9. RGB value is (102,186,249). Sum of RGB (Red+Green+Blue) = 102+186+249=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #66BAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BAF9 is #994506. Grayscale: #A7A7A7. Windows color (decimal): -10044679 or 16366182. OLE color: 16366182.

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

Color convert

RGB102186249-
CMYK0.590.2500.02
HSL205.71º92.45%68.82%-
HSV(B)205.71º59.04%97.65%-
XYZ40.1444.7896.15-
YUV168.07173.6780.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.99%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=18.99%
G=34.64%
B=46.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021862490.590.2500.02205.7192.4568.82
Hex66BAF93B1902ce5c45
Octal146272371733102316134105
Binary11001101011101011111001111011110010101100111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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