#89AEDD

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

Shades of Jordy Blue #89AEDD

Tints of Jordy Blue #89AEDD

Color information

#89AEDD (or 0x89AEDD) is unknown color: approx Jordy Blue. HEX triplet: 89, AE and DD. RGB value is (137,174,221). Sum of RGB (Red+Green+Blue) = 137+174+221=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #89AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEDD is #765122. Grayscale: #A8A8A8. Windows color (decimal): -7754019 or 14528137. OLE color: 14528137.

HSL color Cylindrical-coordinate representation of color #89AEDD: hue angle of 213.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89AEDD is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137174221-
CMYK0.380.2100.13
HSL213.57º55.26%70.2%-
HSV(B)213.57º38.01%86.67%-
XYZ38.540.8174.25-
YUV168.3157.74105.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.75%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=25.75%
G=32.71%
B=41.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371742210.380.2100.13213.5755.2670.2
Hex89AEDD26150Dd63746
Octal211256335462501532667106
Binary1000100110101110110111011001101010101101110101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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