#85BAFE

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

Shades of Maya Blue #85BAFE

Tints of Maya Blue #85BAFE

Color information

#85BAFE (or 0x85BAFE) is unknown color: approx Maya Blue. HEX triplet: 85, BA and FE. RGB value is (133,186,254). Sum of RGB (Red+Green+Blue) = 133+186+254=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #85BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAFE is #7A4501. Grayscale: #B1B1B1. Windows color (decimal): -8013058 or 16693893. OLE color: 16693893.

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

Color convert

RGB133186254-
CMYK0.480.2700.00
HSL213.72º98.37%75.88%-
HSV(B)213.72º47.64%99.61%-
XYZ45.1247.26100.51-
YUV177.9170.9495.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.21%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=23.21%
G=32.46%
B=44.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331862540.480.2700.00213.7298.3775.88
Hex85BAFE301B00d6624c
Octal205272376603300326142114
Binary10000101101110101111111011000011011001101011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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