#85AEDD

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

Shades of Jordy Blue #85AEDD

Tints of Jordy Blue #85AEDD

Color information

#85AEDD (or 0x85AEDD) is unknown color: approx Jordy Blue. HEX triplet: 85, AE and DD. RGB value is (133,174,221). Sum of RGB (Red+Green+Blue) = 133+174+221=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #85AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEDD is #7A5122. Grayscale: #A6A6A6. Windows color (decimal): -8016163 or 14528133. OLE color: 14528133.

HSL color Cylindrical-coordinate representation of color #85AEDD: hue angle of 212.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85AEDD is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133174221-
CMYK0.400.2100.13
HSL212.05º56.41%69.41%-
HSV(B)212.05º39.82%86.67%-
XYZ37.8640.4874.22-
YUV167.1158.42103.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=25.19%
G=32.95%
B=41.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331742210.400.2100.13212.0556.4169.41
Hex85AEDD28150Dd43845
Octal205256335502501532470105
Binary1000010110101110110111011010001010101101110101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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