#85BDFA

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

Shades of Maya Blue #85BDFA

Tints of Maya Blue #85BDFA

Color information

#85BDFA (or 0x85BDFA) is unknown color: approx Maya Blue. HEX triplet: 85, BD and FA. RGB value is (133,189,250). Sum of RGB (Red+Green+Blue) = 133+189+250=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #85BDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BDFA is #7A4205. Grayscale: #B2B2B2. Windows color (decimal): -8012294 or 16432517. OLE color: 16432517.

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

Color convert

RGB133189250-
CMYK0.470.2400.02
HSL211.28º92.13%75.1%-
HSV(B)211.28º46.8%98.04%-
XYZ45.1348.2897.38-
YUV179.21167.9595.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.25%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=23.25%
G=33.04%
B=43.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331892500.470.2400.02211.2892.1375.1
Hex85BDFA2F1802d35c4b
Octal205275372573002323134113
Binary100001011011110111111010101111110000101101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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