Html Css Color HEX #89AAEA Jordy Blue

📋 copy color: '#89AAEA'

red 137 ◦ green 170 ◦ blue 234

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

Shades of Jordy Blue #89AAEA

Tints of Jordy Blue #89AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 25.32%
G = 31.42%
B = 43.25%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89AAEA (or 0x89AAEA) is known color: Jordy Blue. HEX triplet: 89, AA and EA. RGB value is (137,170,234). Sum of RGB (Red+Green+Blue) = 137+170+234=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #89AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAEA is #765515. Grayscale: #A7A7A7. Windows color (decimal): -7755030 or 15379081. OLE color: 15379081.

HSL color Cylindrical-coordinate representation of color #89AAEA: hue angle of 219.59º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89AAEA is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 170 234 -
CMYK 0.41 0.27 0 0.08
HSL 219.59º 0.7% 0.73% -
HSV(B) 219.59º 0.41% 0.92% -
XYZ 39.54 40.01 83.48 -
YUV 167.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 137 170 234 0.41 0.27 0 0.08 219.59 0.7 0.73
Hex 89 AA EA 29 1B 0 8 DC 46 49
Octal 211 252 352 51 33 0 10 334 106 111
Binary 10001001 10101010 11101010 101001 11011 0 1000 11011100 1000110 1001001

Color Harmonies of #89AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAEA

Black with #89AAEA

Text Example


Text Example

White with #89AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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