Html Css Color HEX #89AAFE Jordy Blue

📋 copy color: '#89AAFE'

red 137 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #89AAFE

Tints of Jordy Blue #89AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 24.42%
G = 30.3%
B = 45.28%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89AAFE (or 0x89AAFE) is known color: Jordy Blue. HEX triplet: 89, AA and FE. RGB value is (137,170,254). Sum of RGB (Red+Green+Blue) = 137+170+254=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #89AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAFE is #765501. Grayscale: #A9A9A9. Windows color (decimal): -7755010 or 16689801. OLE color: 16689801.

HSL color Cylindrical-coordinate representation of color #89AAFE: hue angle of 223.08º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89AAFE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 170 254 -
CMYK 0.46 0.33 0 0.00
HSL 223.08º 0.98% 0.77% -
HSV(B) 223.08º 0.46% 1% -
XYZ 42.58 41.22 99.48 -
YUV 169.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 137 170 254 0.46 0.33 0 0.00 223.08 0.98 0.77
Hex 89 AA FE 2E 21 0 0 DF 62 4D
Octal 211 252 376 56 41 0 0 337 142 115
Binary 10001001 10101010 11111110 101110 100001 0 0 11011111 1100010 1001101

Color Harmonies of #89AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAFE

Black with #89AAFE

Text Example


Text Example

White with #89AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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