Html Css Color HEX #89A6E1 Jordy Blue

📋 copy color: '#89A6E1'

red 137 ◦ green 166 ◦ blue 225

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

Shades of Jordy Blue #89A6E1

Tints of Jordy Blue #89A6E1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.44%

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 25.95%
G = 31.44%
B = 42.61%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#89A6E1 (or 0x89A6E1) is known color: Jordy Blue. HEX triplet: 89, A6 and E1. RGB value is (137,166,225). Sum of RGB (Red+Green+Blue) = 137+166+225=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #89A6E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6E1 is #76591E. Grayscale: #A3A3A3. Windows color (decimal): -7756063 or 14788233. OLE color: 14788233.

HSL color Cylindrical-coordinate representation of color #89A6E1: hue angle of 220.23º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89A6E1 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 166 225 -
CMYK 0.39 0.26 0 0.12
HSL 220.23º 0.59% 0.71% -
HSV(B) 220.23º 0.39% 0.88% -
XYZ 37.54 38.03 76.6 -
YUV 164.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 137 166 225 0.39 0.26 0 0.12 220.23 0.59 0.71
Hex 89 A6 E1 27 1A 0 C DC 3B 47
Octal 211 246 341 47 32 0 14 334 73 107
Binary 10001001 10100110 11100001 100111 11010 0 1100 11011100 111011 1000111

Color Harmonies of #89A6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A6E1

Black with #89A6E1

Text Example


Text Example

White with #89A6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,166,225); }

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

background-color css

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

 a { background-color: rgb(137,166,225); }

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

border-color css

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

 span { border-color: rgb(137,166,225); }

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