Html Css Color HEX #89ADEC Jordy Blue

📋 copy color: '#89ADEC'

red 137 ◦ green 173 ◦ blue 236

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

Shades of Jordy Blue #89ADEC

Tints of Jordy Blue #89ADEC

RGB

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

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

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

R = 25.09%
G = 31.68%
B = 43.22%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89ADEC (or 0x89ADEC) is known color: Jordy Blue. HEX triplet: 89, AD and EC. RGB value is (137,173,236). Sum of RGB (Red+Green+Blue) = 137+173+236=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #89ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ADEC is #765213. Grayscale: #A9A9A9. Windows color (decimal): -7754260 or 15510921. OLE color: 15510921.

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

Color convert

RGB 137 173 236 -
CMYK 0.42 0.27 0 0.07
HSL 218.18º 0.72% 0.73% -
HSV(B) 218.18º 0.42% 0.93% -
XYZ 40.4 41.26 85.19 -
YUV 169.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 137 173 236 0.42 0.27 0 0.07 218.18 0.72 0.73
Hex 89 AD EC 2A 1B 0 7 DA 48 49
Octal 211 255 354 52 33 0 7 332 110 111
Binary 10001001 10101101 11101100 101010 11011 0 111 11011010 1001000 1001001

Color Harmonies of #89ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADEC

Black with #89ADEC

Text Example


Text Example

White with #89ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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