#85B9FE

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

Shades of Maya Blue #85B9FE

Tints of Maya Blue #85B9FE

Color information

#85B9FE (or 0x85B9FE) is unknown color: approx Maya Blue. HEX triplet: 85, B9 and FE. RGB value is (133,185,254). Sum of RGB (Red+Green+Blue) = 133+185+254=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #85B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B9FE is #7A4601. Grayscale: #B0B0B0. Windows color (decimal): -8013314 or 16693637. OLE color: 16693637.

HSL color Cylindrical-coordinate representation of color #85B9FE: hue angle of 214.21º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85B9FE is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133185254-
CMYK0.480.2700.00
HSL214.21º98.37%75.88%-
HSV(B)214.21º47.64%99.61%-
XYZ44.9146.84100.44-
YUV177.32171.2796.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.25%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=23.25%
G=32.34%
B=44.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331852540.480.2700.00214.2198.3775.88
Hex85B9FE301B00d6624c
Octal205271376603300326142114
Binary10000101101110011111111011000011011001101011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,254); }

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

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

 a { background-color: rgb(133,185,254); }

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

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

 span { border-color: rgb(133,185,254); }

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