#85B7FA

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

Shades of Maya Blue #85B7FA

Tints of Maya Blue #85B7FA

Color information

#85B7FA (or 0x85B7FA) is unknown color: approx Maya Blue. HEX triplet: 85, B7 and FA. RGB value is (133,183,250). Sum of RGB (Red+Green+Blue) = 133+183+250=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #85B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B7FA is #7A4805. Grayscale: #AFAFAF. Windows color (decimal): -8013830 or 16430981. OLE color: 16430981.

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

Color convert

RGB133183250-
CMYK0.470.2700.02
HSL214.36º92.13%75.1%-
HSV(B)214.36º46.8%98.04%-
XYZ43.8645.7696.96-
YUV175.69169.9497.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.50%
GREEN value IS 183 (71.88% from 255) = 32.33%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=23.50%
G=32.33%
B=44.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331832500.470.2700.02214.3692.1375.1
Hex85B7FA2F1B02d65c4b
Octal205267372573302326134113
Binary100001011011011111111010101111110110101101011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,183,250); }

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

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

 a { background-color: rgb(133,183,250); }

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

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

 span { border-color: rgb(133,183,250); }

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