#85B7FE

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

Shades of Maya Blue #85B7FE

Tints of Maya Blue #85B7FE

Color information

#85B7FE (or 0x85B7FE) is unknown color: approx Maya Blue. HEX triplet: 85, B7 and FE. RGB value is (133,183,254). Sum of RGB (Red+Green+Blue) = 133+183+254=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #85B7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85B7FE is #7A4801. Grayscale: #AFAFAF. Windows color (decimal): -8013826 or 16693125. OLE color: 16693125.

HSL color Cylindrical-coordinate representation of color #85B7FE: hue angle of 215.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 #85B7FE is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133183254-
CMYK0.480.2800.00
HSL215.21º98.37%75.88%-
HSV(B)215.21º47.64%99.61%-
XYZ44.546.01100.3-
YUV176.14171.9497.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.33%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=23.33%
G=32.11%
B=44.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331832540.480.2800.00215.2198.3775.88
Hex85B7FE301C00d7624c
Octal205267376603400327142114
Binary10000101101101111111111011000011100001101011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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