#85B8F2

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

Shades of Maya Blue #85B8F2

Tints of Maya Blue #85B8F2

Color information

#85B8F2 (or 0x85B8F2) is unknown color: approx Maya Blue. HEX triplet: 85, B8 and F2. RGB value is (133,184,242). Sum of RGB (Red+Green+Blue) = 133+184+242=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #85B8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B8F2 is #7A470D. Grayscale: #AFAFAF. Windows color (decimal): -8013582 or 15906949. OLE color: 15906949.

HSL color Cylindrical-coordinate representation of color #85B8F2: hue angle of 211.93º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85B8F2 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133184242-
CMYK0.450.2400.05
HSL211.93º80.74%73.53%-
HSV(B)211.93º45.04%94.9%-
XYZ42.8445.6890.56-
YUV175.36165.697.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.79%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=23.79%
G=32.92%
B=43.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1331842420.450.2400.05211.9380.7473.53
Hex85B8F22D1805d4514a
Octal205270362553005324121112
Binary1000010110111000111100101011011100001011101010010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,184,242); }

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

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

 a { background-color: rgb(133,184,242); }

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

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

 span { border-color: rgb(133,184,242); }

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