Html Css Color HEX #89ADDC Jordy Blue

📋 copy color: '#89ADDC'

red 137 ◦ green 173 ◦ blue 220

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

Shades of Jordy Blue #89ADDC

Tints of Jordy Blue #89ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.64%

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 25.85%
G = 32.64%
B = 41.51%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89ADDC (or 0x89ADDC) is known color: Jordy Blue. HEX triplet: 89, AD and DC. RGB value is (137,173,220). Sum of RGB (Red+Green+Blue) = 137+173+220=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #89ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADDC is #765223. Grayscale: #A7A7A7. Windows color (decimal): -7754276 or 14462345. OLE color: 14462345.

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

Color convert

RGB 137 173 220 -
CMYK 0.38 0.21 0 0.14
HSL 213.98º 0.54% 0.7% -
HSV(B) 213.98º 0.38% 0.86% -
XYZ 38.18 40.37 73.49 -
YUV 167.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 137 173 220 0.38 0.21 0 0.14 213.98 0.54 0.7
Hex 89 AD DC 26 15 0 E D6 36 46
Octal 211 255 334 46 25 0 16 326 66 106
Binary 10001001 10101101 11011100 100110 10101 0 1110 11010110 110110 1000110

Color Harmonies of #89ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADDC

Black with #89ADDC

Text Example


Text Example

White with #89ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,173,220); }

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

background-color css

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

 a { background-color: rgb(137,173,220); }

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

border-color css

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

 span { border-color: rgb(137,173,220); }

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