#85BAF9

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

Shades of Maya Blue #85BAF9

Tints of Maya Blue #85BAF9

Color information

#85BAF9 (or 0x85BAF9) is unknown color: approx Maya Blue. HEX triplet: 85, BA and F9. RGB value is (133,186,249). Sum of RGB (Red+Green+Blue) = 133+186+249=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #85BAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAF9 is #7A4506. Grayscale: #B1B1B1. Windows color (decimal): -8013063 or 16366213. OLE color: 16366213.

HSL color Cylindrical-coordinate representation of color #85BAF9: hue angle of 212.59º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BAF9 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133186249-
CMYK0.470.2500.02
HSL212.59º90.62%74.9%-
HSV(B)212.59º46.59%97.65%-
XYZ44.3346.9496.35-
YUV177.33168.4496.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.42%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=23.42%
G=32.75%
B=43.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331862490.470.2500.02212.5990.6274.9
Hex85BAF92F1902d55b4b
Octal205272371573102325133113
Binary100001011011101011111001101111110010101101010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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