Html Css Color HEX #89ADDD Jordy Blue

📋 copy color: '#89ADDD'

red 137 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #89ADDD

Tints of Jordy Blue #89ADDD

RGB

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

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

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

R = 25.8%
G = 32.58%
B = 41.62%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89ADDD (or 0x89ADDD) is known color: Jordy Blue. HEX triplet: 89, AD and DD. RGB value is (137,173,221). Sum of RGB (Red+Green+Blue) = 137+173+221=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #89ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADDD is #765222. Grayscale: #A7A7A7. Windows color (decimal): -7754275 or 14527881. OLE color: 14527881.

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

Color convert

RGB 137 173 221 -
CMYK 0.38 0.22 0 0.13
HSL 214.29º 0.55% 0.7% -
HSV(B) 214.29º 0.38% 0.87% -
XYZ 38.31 40.43 74.19 -
YUV 167.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 137 173 221 0.38 0.22 0 0.13 214.29 0.55 0.7
Hex 89 AD DD 26 16 0 D D6 37 46
Octal 211 255 335 46 26 0 15 326 67 106
Binary 10001001 10101101 11011101 100110 10110 0 1101 11010110 110111 1000110

Color Harmonies of #89ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADDD

Black with #89ADDD

Text Example


Text Example

White with #89ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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