Html Css Color HEX #89AADD Jordy Blue

📋 copy color: '#89AADD'

red 137 ◦ green 170 ◦ blue 221

#89AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #89AADD

Tints of Jordy Blue #89AADD

RGB

 RED value IS 137 (53.91% from 255) = 25.95%

 GREEN value IS 170 (66.8% from 255) = 32.2%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 25.95%
G = 32.2%
B = 41.86%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89AADD (or 0x89AADD) is known color: Jordy Blue. HEX triplet: 89, AA and DD. RGB value is (137,170,221). Sum of RGB (Red+Green+Blue) = 137+170+221=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 170 (66.80% from 255 or 32.20% 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 #89AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AADD is #765522. Grayscale: #A5A5A5. Windows color (decimal): -7755043 or 14527113. OLE color: 14527113.

HSL color Cylindrical-coordinate representation of color #89AADD: hue angle of 216.43º 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 #89AADD is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 170 221 -
CMYK 0.38 0.23 0 0.13
HSL 216.43º 0.55% 0.7% -
HSV(B) 216.43º 0.38% 0.87% -
XYZ 37.74 39.29 74 -
YUV 165.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 137 170 221 0.38 0.23 0 0.13 216.43 0.55 0.7
Hex 89 AA DD 26 17 0 D D8 37 46
Octal 211 252 335 46 27 0 15 330 67 106
Binary 10001001 10101010 11011101 100110 10111 0 1101 11011000 110111 1000110

Color Harmonies of #89AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AADD

Black with #89AADD

Text Example


Text Example

White with #89AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89AADD;
 }
 .AnyTagClassName
 {
   color: #89AADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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