Html Css Color HEX #89ABEC Jordy Blue

📋 copy color: '#89ABEC'

red 137 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #89ABEC

Tints of Jordy Blue #89ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 25.18%
G = 31.43%
B = 43.38%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89ABEC (or 0x89ABEC) is known color: Jordy Blue. HEX triplet: 89, AB and EC. RGB value is (137,171,236). Sum of RGB (Red+Green+Blue) = 137+171+236=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #89ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABEC is #765413. Grayscale: #A7A7A7. Windows color (decimal): -7754772 or 15510409. OLE color: 15510409.

HSL color Cylindrical-coordinate representation of color #89ABEC: hue angle of 219.39º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89ABEC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 171 236 -
CMYK 0.42 0.28 0 0.07
HSL 219.39º 0.72% 0.73% -
HSV(B) 219.39º 0.42% 0.93% -
XYZ 40.02 40.5 85.06 -
YUV 168.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 137 171 236 0.42 0.28 0 0.07 219.39 0.72 0.73
Hex 89 AB EC 2A 1C 0 7 DB 48 49
Octal 211 253 354 52 34 0 7 333 110 111
Binary 10001001 10101011 11101100 101010 11100 0 111 11011011 1001000 1001001

Color Harmonies of #89ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABEC

Black with #89ABEC

Text Example


Text Example

White with #89ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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