Html Css Color HEX #89ADEB Jordy Blue

📋 copy color: '#89ADEB'

red 137 ◦ green 173 ◦ blue 235

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

Shades of Jordy Blue #89ADEB

Tints of Jordy Blue #89ADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.74%

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

R = 25.14%
G = 31.74%
B = 43.12%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#89ADEB (or 0x89ADEB) is known color: Jordy Blue. HEX triplet: 89, AD and EB. RGB value is (137,173,235). Sum of RGB (Red+Green+Blue) = 137+173+235=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #89ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADEB is #765214. Grayscale: #A9A9A9. Windows color (decimal): -7754261 or 15445385. OLE color: 15445385.

HSL color Cylindrical-coordinate representation of color #89ADEB: hue angle of 217.96º 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 #89ADEB is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 173 235 -
CMYK 0.42 0.26 0 0.08
HSL 217.96º 0.71% 0.73% -
HSV(B) 217.96º 0.42% 0.92% -
XYZ 40.26 41.2 84.43 -
YUV 169.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 137 173 235 0.42 0.26 0 0.08 217.96 0.71 0.73
Hex 89 AD EB 2A 1A 0 8 DA 47 49
Octal 211 255 353 52 32 0 10 332 107 111
Binary 10001001 10101101 11101011 101010 11010 0 1000 11011010 1000111 1001001

Color Harmonies of #89ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADEB

Black with #89ADEB

Text Example


Text Example

White with #89ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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