#85AEFF

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

Shades of Maya Blue #85AEFF

Tints of Maya Blue #85AEFF

Color information

#85AEFF (or 0x85AEFF) is unknown color: approx Maya Blue. HEX triplet: 85, AE and FF. RGB value is (133,174,255). Sum of RGB (Red+Green+Blue) = 133+174+255=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #85AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AEFF is #7A5100. Grayscale: #AAAAAA. Windows color (decimal): -8016129 or 16756357. OLE color: 16756357.

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

Color convert

RGB133174255-
CMYK0.480.3200
HSL219.84º100%76.08%-
HSV(B)219.84º47.84%100%-
XYZ42.8642.48100.55-
YUV170.97175.42100.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.67%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 255 (100% from 255) = 45.37%
R=23.67%
G=30.96%
B=45.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331742550.480.3200219.8410076.08
Hex85AEFF302000dc644c
Octal205256377604000334144114
Binary100001011010111011111111110000100000001101110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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