Html Css Color HEX #89A8DF Jordy Blue

📋 copy color: '#89A8DF'

red 137 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #89A8DF

Tints of Jordy Blue #89A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.82%

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

R = 25.95%
G = 31.82%
B = 42.23%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89A8DF (or 0x89A8DF) is known color: Jordy Blue. HEX triplet: 89, A8 and DF. RGB value is (137,168,223). Sum of RGB (Red+Green+Blue) = 137+168+223=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #89A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8DF is #765720. Grayscale: #A4A4A4. Windows color (decimal): -7755553 or 14657673. OLE color: 14657673.

HSL color Cylindrical-coordinate representation of color #89A8DF: hue angle of 218.37º 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 #89A8DF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 168 223 -
CMYK 0.39 0.25 0 0.13
HSL 218.37º 0.57% 0.71% -
HSV(B) 218.37º 0.39% 0.87% -
XYZ 37.64 38.65 75.29 -
YUV 165 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 137 168 223 0.39 0.25 0 0.13 218.37 0.57 0.71
Hex 89 A8 DF 27 19 0 D DA 39 47
Octal 211 250 337 47 31 0 15 332 71 107
Binary 10001001 10101000 11011111 100111 11001 0 1101 11011010 111001 1000111

Color Harmonies of #89A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A8DF

Black with #89A8DF

Text Example


Text Example

White with #89A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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