#85AFFE

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

Shades of Maya Blue #85AFFE

Tints of Maya Blue #85AFFE

Color information

#85AFFE (or 0x85AFFE) is unknown color: approx Maya Blue. HEX triplet: 85, AF and FE. RGB value is (133,175,254). Sum of RGB (Red+Green+Blue) = 133+175+254=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #85AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AFFE is #7A5001. Grayscale: #ABABAB. Windows color (decimal): -8015874 or 16691077. OLE color: 16691077.

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

Color convert

RGB133175254-
CMYK0.480.3100.00
HSL219.17º98.37%75.88%-
HSV(B)219.17º47.64%99.61%-
XYZ42.8942.899.77-
YUV171.45174.59100.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.67%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=23.67%
G=31.14%
B=45.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331752540.480.3100.00219.1798.3775.88
Hex85AFFE301F00db624c
Octal205257376603700333142114
Binary10000101101011111111111011000011111001101101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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