Html Css Color HEX #89ABDD Jordy Blue

📋 copy color: '#89ABDD'

red 137 ◦ green 171 ◦ blue 221

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

Shades of Jordy Blue #89ABDD

Tints of Jordy Blue #89ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.33%

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

R = 25.9%
G = 32.33%
B = 41.78%

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

#89ABDD (or 0x89ABDD) is known color: Jordy Blue. HEX triplet: 89, AB and DD. RGB value is (137,171,221). Sum of RGB (Red+Green+Blue) = 137+171+221=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #89ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABDD is #765422. Grayscale: #A6A6A6. Windows color (decimal): -7754787 or 14527369. OLE color: 14527369.

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

Color convert

RGB 137 171 221 -
CMYK 0.38 0.23 0 0.13
HSL 215.71º 0.55% 0.7% -
HSV(B) 215.71º 0.38% 0.87% -
XYZ 37.93 39.66 74.06 -
YUV 166.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 137 171 221 0.38 0.23 0 0.13 215.71 0.55 0.7
Hex 89 AB DD 26 17 0 D D8 37 46
Octal 211 253 335 46 27 0 15 330 67 106
Binary 10001001 10101011 11011101 100110 10111 0 1101 11011000 110111 1000110

Color Harmonies of #89ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABDD

Black with #89ABDD

Text Example


Text Example

White with #89ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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