#85AFFD

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

Shades of Maya Blue #85AFFD

Tints of Maya Blue #85AFFD

Color information

#85AFFD (or 0x85AFFD) is unknown color: approx Maya Blue. HEX triplet: 85, AF and FD. RGB value is (133,175,253). Sum of RGB (Red+Green+Blue) = 133+175+253=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #85AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AFFD is #7A5002. Grayscale: #AAAAAA. Windows color (decimal): -8015875 or 16625541. OLE color: 16625541.

HSL color Cylindrical-coordinate representation of color #85AFFD: hue angle of 219º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85AFFD is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133175253-
CMYK0.470.3100.01
HSL219º96.77%75.69%-
HSV(B)219º47.43%99.22%-
XYZ42.7342.7498.93-
YUV171.33174.09100.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.71%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=23.71%
G=31.19%
B=45.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331752530.470.3100.0121996.7775.69
Hex85AFFD2F1F01db614c
Octal205257375573701333141114
Binary10000101101011111111110110111111111011101101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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