Html Css Color HEX #89AAED Jordy Blue

📋 copy color: '#89AAED'

red 137 ◦ green 170 ◦ blue 237

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

Shades of Jordy Blue #89AAED

Tints of Jordy Blue #89AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 25.18%
G = 31.25%
B = 43.57%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89AAED (or 0x89AAED) is known color: Jordy Blue. HEX triplet: 89, AA and ED. RGB value is (137,170,237). Sum of RGB (Red+Green+Blue) = 137+170+237=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #89AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAED is #765512. Grayscale: #A7A7A7. Windows color (decimal): -7755027 or 15575689. OLE color: 15575689.

HSL color Cylindrical-coordinate representation of color #89AAED: hue angle of 220.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89AAED is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 170 237 -
CMYK 0.42 0.28 0 0.07
HSL 220.2º 0.74% 0.73% -
HSV(B) 220.2º 0.42% 0.93% -
XYZ 39.98 40.18 85.77 -
YUV 167.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 137 170 237 0.42 0.28 0 0.07 220.2 0.74 0.73
Hex 89 AA ED 2A 1C 0 7 DC 4A 49
Octal 211 252 355 52 34 0 7 334 112 111
Binary 10001001 10101010 11101101 101010 11100 0 111 11011100 1001010 1001001

Color Harmonies of #89AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAED

Black with #89AAED

Text Example


Text Example

White with #89AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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