#89ADDC

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

Shades of Jordy Blue #89ADDC

Tints of Jordy Blue #89ADDC

Color information

#89ADDC (or 0x89ADDC) is unknown color: approx Jordy Blue. HEX triplet: 89, AD and DC. RGB value is (137,173,220). Sum of RGB (Red+Green+Blue) = 137+173+220=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #89ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADDC is #765223. Grayscale: #A7A7A7. Windows color (decimal): -7754276 or 14462345. OLE color: 14462345.

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

Color convert

RGB137173220-
CMYK0.380.2100.14
HSL213.98º54.25%70%-
HSV(B)213.98º37.73%86.27%-
XYZ38.1840.3773.49-
YUV167.59157.57106.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.85%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=25.85%
G=32.64%
B=41.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371732200.380.2100.14213.9854.2570
Hex89ADDC26150Ed63646
Octal211255334462501632666106
Binary1000100110101101110111001001101010101110110101101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89ADDC;
 }
 .AnyTagClassName
 {
   color: #89ADDC;
 }
</style>
background-color css

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

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

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

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

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

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