Html Css Color HEX #89AEDB Jordy Blue

📋 copy color: '#89AEDB'

red 137 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #89AEDB

Tints of Jordy Blue #89AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.83%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 25.85%
G = 32.83%
B = 41.32%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89AEDB (or 0x89AEDB) is known color: Jordy Blue. HEX triplet: 89, AE and DB. RGB value is (137,174,219). Sum of RGB (Red+Green+Blue) = 137+174+219=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #89AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEDB is #765124. Grayscale: #A7A7A7. Windows color (decimal): -7754021 or 14397065. OLE color: 14397065.

HSL color Cylindrical-coordinate representation of color #89AEDB: hue angle of 212.93º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89AEDB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 174 219 -
CMYK 0.37 0.21 0 0.14
HSL 212.93º 0.53% 0.7% -
HSV(B) 212.93º 0.37% 0.86% -
XYZ 38.24 40.7 72.86 -
YUV 168.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 137 174 219 0.37 0.21 0 0.14 212.93 0.53 0.7
Hex 89 AE DB 25 15 0 E D5 35 46
Octal 211 256 333 45 25 0 16 325 65 106
Binary 10001001 10101110 11011011 100101 10101 0 1110 11010101 110101 1000110

Color Harmonies of #89AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEDB

Black with #89AEDB

Text Example


Text Example

White with #89AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,174,219); }

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

background-color css

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

 a { background-color: rgb(137,174,219); }

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

border-color css

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

 span { border-color: rgb(137,174,219); }

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