#85B4FB

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

Shades of Maya Blue #85B4FB

Tints of Maya Blue #85B4FB

Color information

#85B4FB (or 0x85B4FB) is unknown color: approx Maya Blue. HEX triplet: 85, B4 and FB. RGB value is (133,180,251). Sum of RGB (Red+Green+Blue) = 133+180+251=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #85B4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B4FB is #7A4B04. Grayscale: #ADADAD. Windows color (decimal): -8014597 or 16495749. OLE color: 16495749.

HSL color Cylindrical-coordinate representation of color #85B4FB: hue angle of 216.1º degrees, saturation: 0.94, 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 #85B4FB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133180251-
CMYK0.470.2800.02
HSL216.1º93.65%75.29%-
HSV(B)216.1º47.01%98.43%-
XYZ43.4144.5997.59-
YUV174.04171.4398.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.58%
GREEN value IS 180 (70.70% from 255) = 31.91%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=23.58%
G=31.91%
B=44.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331802510.470.2800.02216.193.6575.29
Hex85B4FB2F1C02d85e4b
Octal205264373573402330136113
Binary100001011011010011111011101111111000101101100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,180,251); }

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

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

 a { background-color: rgb(133,180,251); }

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

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

 span { border-color: rgb(133,180,251); }

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