Html Css Color HEX #89ABEB Jordy Blue

📋 copy color: '#89ABEB'

red 137 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #89ABEB

Tints of Jordy Blue #89ABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.49%

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 25.23%
G = 31.49%
B = 43.28%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89ABEB (or 0x89ABEB) is known color: Jordy Blue. HEX triplet: 89, AB and EB. RGB value is (137,171,235). Sum of RGB (Red+Green+Blue) = 137+171+235=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #89ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABEB is #765414. Grayscale: #A7A7A7. Windows color (decimal): -7754773 or 15444873. OLE color: 15444873.

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

Color convert

RGB 137 171 235 -
CMYK 0.42 0.27 0 0.08
HSL 219.18º 0.71% 0.73% -
HSV(B) 219.18º 0.42% 0.92% -
XYZ 39.87 40.44 84.3 -
YUV 168.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 137 171 235 0.42 0.27 0 0.08 219.18 0.71 0.73
Hex 89 AB EB 2A 1B 0 8 DB 47 49
Octal 211 253 353 52 33 0 10 333 107 111
Binary 10001001 10101011 11101011 101010 11011 0 1000 11011011 1000111 1001001

Color Harmonies of #89ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABEB

Black with #89ABEB

Text Example


Text Example

White with #89ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,171,235); }

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

background-color css

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

 a { background-color: rgb(137,171,235); }

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

border-color css

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

 span { border-color: rgb(137,171,235); }

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