#85BAFF

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

Shades of Maya Blue #85BAFF

Tints of Maya Blue #85BAFF

Color information

#85BAFF (or 0x85BAFF) is unknown color: approx Maya Blue. HEX triplet: 85, BA and FF. RGB value is (133,186,255). Sum of RGB (Red+Green+Blue) = 133+186+255=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #85BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BAFF is #7A4500. Grayscale: #B1B1B1. Windows color (decimal): -8013057 or 16759429. OLE color: 16759429.

HSL color Cylindrical-coordinate representation of color #85BAFF: hue angle of 213.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BAFF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133186255-
CMYK0.480.2700
HSL213.93º100%76.08%-
HSV(B)213.93º47.84%100%-
XYZ45.2847.32101.36-
YUV178.02171.4495.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.17%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 255 (100% from 255) = 44.43%
R=23.17%
G=32.40%
B=44.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331862550.480.2700213.9310076.08
Hex85BAFF301B00d6644c
Octal205272377603300326144114
Binary10000101101110101111111111000011011001101011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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