#89ADEC

Color #89ADEC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #89ADEC

Tints of Jordy Blue #89ADEC

Color information

#89ADEC (or 0x89ADEC) is unknown color: approx 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

RGB137173236-
CMYK0.420.2700.07
HSL218.18º72.26%73.14%-
HSV(B)218.18º41.95%92.55%-
XYZ40.441.2685.19-
YUV169.42165.57104.88-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371732360.420.2700.07218.1872.2673.14
Hex89ADEC2A1B07da4849
Octal211255354523307332110111
Binary1000100110101101111011001010101101101111101101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>