#85AAEE

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

Shades of Jordy Blue #85AAEE

Tints of Jordy Blue #85AAEE

Color information

#85AAEE (or 0x85AAEE) is unknown color: approx Jordy Blue. HEX triplet: 85, AA and EE. RGB value is (133,170,238). Sum of RGB (Red+Green+Blue) = 133+170+238=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #85AAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AAEE is #7A5511. Grayscale: #A6A6A6. Windows color (decimal): -8017170 or 15641221. OLE color: 15641221.

HSL color Cylindrical-coordinate representation of color #85AAEE: hue angle of 218.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85AAEE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133170238-
CMYK0.440.2900.07
HSL218.86º75.54%72.75%-
HSV(B)218.86º44.12%93.33%-
XYZ39.4839.9186.51-
YUV166.69168.24103.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.58%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=24.58%
G=31.42%
B=43.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331702380.440.2900.07218.8675.5472.75
Hex85AAEE2C1D07db4c49
Octal205252356543507333114111
Binary1000010110101010111011101011001110101111101101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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