Html Css Color HEX #89ABEF Jordy Blue

📋 copy color: '#89ABEF'

red 137 ◦ green 171 ◦ blue 239

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

Shades of Jordy Blue #89ABEF

Tints of Jordy Blue #89ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 25.05%
G = 31.26%
B = 43.69%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#89ABEF (or 0x89ABEF) is known color: Jordy Blue. HEX triplet: 89, AB and EF. RGB value is (137,171,239). Sum of RGB (Red+Green+Blue) = 137+171+239=547 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.05% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #89ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ABEF is #765410. Grayscale: #A8A8A8. Windows color (decimal): -7754769 or 15707017. OLE color: 15707017.

HSL color Cylindrical-coordinate representation of color #89ABEF: hue angle of 220º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89ABEF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 171 239 -
CMYK 0.43 0.28 0 0.06
HSL 220º 0.76% 0.74% -
HSV(B) 220º 0.43% 0.94% -
XYZ 40.46 40.68 87.38 -
YUV 168.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 137 171 239 0.43 0.28 0 0.06 220 0.76 0.74
Hex 89 AB EF 2B 1C 0 6 DC 4C 4A
Octal 211 253 357 53 34 0 6 334 114 112
Binary 10001001 10101011 11101111 101011 11100 0 110 11011100 1001100 1001010

Color Harmonies of #89ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABEF

Black with #89ABEF

Text Example


Text Example

White with #89ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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