#85B7FC

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

Shades of Maya Blue #85B7FC

Tints of Maya Blue #85B7FC

Color information

#85B7FC (or 0x85B7FC) is unknown color: approx Maya Blue. HEX triplet: 85, B7 and FC. RGB value is (133,183,252). Sum of RGB (Red+Green+Blue) = 133+183+252=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #85B7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B7FC is #7A4803. Grayscale: #AFAFAF. Windows color (decimal): -8013828 or 16562053. OLE color: 16562053.

HSL color Cylindrical-coordinate representation of color #85B7FC: hue angle of 214.79º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85B7FC is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133183252-
CMYK0.470.2700.01
HSL214.79º95.2%75.49%-
HSV(B)214.79º47.22%98.82%-
XYZ44.1845.8898.62-
YUV175.92170.9497.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.42%
GREEN value IS 183 (71.88% from 255) = 32.22%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=23.42%
G=32.22%
B=44.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331832520.470.2700.01214.7995.275.49
Hex85B7FC2F1B01d75f4b
Octal205267374573301327137113
Binary10000101101101111111110010111111011011101011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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