#85AAE0

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

Shades of Jordy Blue #85AAE0

Tints of Jordy Blue #85AAE0

Color information

#85AAE0 (or 0x85AAE0) is unknown color: approx Jordy Blue. HEX triplet: 85, AA and E0. RGB value is (133,170,224). Sum of RGB (Red+Green+Blue) = 133+170+224=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #85AAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AAE0 is #7A551F. Grayscale: #A4A4A4. Windows color (decimal): -8017184 or 14723717. OLE color: 14723717.

HSL color Cylindrical-coordinate representation of color #85AAE0: hue angle of 215.6º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85AAE0 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133170224-
CMYK0.410.2400.12
HSL215.6º59.48%70%-
HSV(B)215.6º40.62%87.84%-
XYZ37.539.1276.09-
YUV165.09161.24105.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=25.24%
G=32.26%
B=42.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331702240.410.2400.12215.659.4870
Hex85AAE029180Cd83b46
Octal205252340513001433073106
Binary1000010110101010111000001010011100001100110110001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,170,224); }

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

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

 a { background-color: rgb(133,170,224); }

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

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

 span { border-color: rgb(133,170,224); }

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