Html Css Color HEX #89AAF8 Jordy Blue

📋 copy color: '#89AAF8'

red 137 ◦ green 170 ◦ blue 248

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

Shades of Jordy Blue #89AAF8

Tints of Jordy Blue #89AAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.68%

R = 24.68%
G = 30.63%
B = 44.68%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#89AAF8 (or 0x89AAF8) is known color: Jordy Blue. HEX triplet: 89, AA and F8. RGB value is (137,170,248). Sum of RGB (Red+Green+Blue) = 137+170+248=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #89AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAF8 is #765507. Grayscale: #A8A8A8. Windows color (decimal): -7755016 or 16296585. OLE color: 16296585.

HSL color Cylindrical-coordinate representation of color #89AAF8: hue angle of 222.16º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89AAF8 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 170 248 -
CMYK 0.45 0.31 0 0.03
HSL 222.16º 0.89% 0.75% -
HSV(B) 222.16º 0.45% 0.97% -
XYZ 41.63 40.85 94.5 -
YUV 169.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 137 170 248 0.45 0.31 0 0.03 222.16 0.89 0.75
Hex 89 AA F8 2D 1F 0 3 DE 59 4B
Octal 211 252 370 55 37 0 3 336 131 113
Binary 10001001 10101010 11111000 101101 11111 0 11 11011110 1011001 1001011

Color Harmonies of #89AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAF8

Black with #89AAF8

Text Example


Text Example

White with #89AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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