Html Css Color HEX #89ADDF Jordy Blue

📋 copy color: '#89ADDF'

red 137 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #89ADDF

Tints of Jordy Blue #89ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 25.7%
G = 32.46%
B = 41.84%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89ADDF (or 0x89ADDF) is known color: Jordy Blue. HEX triplet: 89, AD and DF. RGB value is (137,173,223). Sum of RGB (Red+Green+Blue) = 137+173+223=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #89ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADDF is #765220. Grayscale: #A7A7A7. Windows color (decimal): -7754273 or 14658953. OLE color: 14658953.

HSL color Cylindrical-coordinate representation of color #89ADDF: hue angle of 214.88º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89ADDF is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 173 223 -
CMYK 0.39 0.22 0 0.13
HSL 214.88º 0.57% 0.71% -
HSV(B) 214.88º 0.39% 0.87% -
XYZ 38.58 40.53 75.6 -
YUV 167.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 137 173 223 0.39 0.22 0 0.13 214.88 0.57 0.71
Hex 89 AD DF 27 16 0 D D7 39 47
Octal 211 255 337 47 26 0 15 327 71 107
Binary 10001001 10101101 11011111 100111 10110 0 1101 11010111 111001 1000111

Color Harmonies of #89ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADDF

Black with #89ADDF

Text Example


Text Example

White with #89ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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