#89ACE6

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

Shades of Jordy Blue #89ACE6

Tints of Jordy Blue #89ACE6

Color information

#89ACE6 (or 0x89ACE6) is unknown color: approx Jordy Blue. HEX triplet: 89, AC and E6. RGB value is (137,172,230). Sum of RGB (Red+Green+Blue) = 137+172+230=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #89ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACE6 is #765319. Grayscale: #A7A7A7. Windows color (decimal): -7754522 or 15117449. OLE color: 15117449.

HSL color Cylindrical-coordinate representation of color #89ACE6: hue angle of 217.42º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89ACE6 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB137172230-
CMYK0.400.2500.10
HSL217.42º65.03%71.96%-
HSV(B)217.42º40.43%90.2%-
XYZ39.3540.5480.61-
YUV168.15162.9105.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.42%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 230 (90.23% from 255) = 42.67%
R=25.42%
G=31.91%
B=42.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1371722300.400.2500.10217.4265.0371.96
Hex89ACE628190Ad94148
Octal2112543465031012331101110
Binary10001001101011001110011010100011001010101101100110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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