#89ACDC

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

Shades of Jordy Blue #89ACDC

Tints of Jordy Blue #89ACDC

Color information

#89ACDC (or 0x89ACDC) is unknown color: approx Jordy Blue. HEX triplet: 89, AC and DC. RGB value is (137,172,220). Sum of RGB (Red+Green+Blue) = 137+172+220=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #89ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACDC is #765323. Grayscale: #A6A6A6. Windows color (decimal): -7754532 or 14462089. OLE color: 14462089.

HSL color Cylindrical-coordinate representation of color #89ACDC: hue angle of 214.7º 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 #89ACDC is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137172220-
CMYK0.380.2200.14
HSL214.7º54.25%70%-
HSV(B)214.7º37.73%86.27%-
XYZ37.9939.9973.43-
YUV167.01157.9106.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.90%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=25.90%
G=32.51%
B=41.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1371722200.380.2200.14214.754.2570
Hex89ACDC26160Ed73646
Octal211254334462601632766106
Binary1000100110101100110111001001101011001110110101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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