#89ACE7

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

Shades of Jordy Blue #89ACE7

Tints of Jordy Blue #89ACE7

Color information

#89ACE7 (or 0x89ACE7) is unknown color: approx Jordy Blue. HEX triplet: 89, AC and E7. RGB value is (137,172,231). Sum of RGB (Red+Green+Blue) = 137+172+231=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #89ACE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACE7 is #765318. Grayscale: #A7A7A7. Windows color (decimal): -7754521 or 15182985. OLE color: 15182985.

HSL color Cylindrical-coordinate representation of color #89ACE7: hue angle of 217.66º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89ACE7 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB137172231-
CMYK0.410.2600.09
HSL217.66º66.2%72.16%-
HSV(B)217.66º40.69%90.59%-
XYZ39.4940.5981.36-
YUV168.26163.4105.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.37%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 231 (90.62% from 255) = 42.78%
R=25.37%
G=31.85%
B=42.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1371722310.410.2600.09217.6666.272.16
Hex89ACE7291A09da4248
Octal2112543475132011332102110
Binary10001001101011001110011110100111010010011101101010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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