#89ACEC

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

Shades of Jordy Blue #89ACEC

Tints of Jordy Blue #89ACEC

Color information

#89ACEC (or 0x89ACEC) is unknown color: approx Jordy Blue. HEX triplet: 89, AC and EC. RGB value is (137,172,236). Sum of RGB (Red+Green+Blue) = 137+172+236=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #89ACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACEC is #765313. Grayscale: #A8A8A8. Windows color (decimal): -7754516 or 15510665. OLE color: 15510665.

HSL color Cylindrical-coordinate representation of color #89ACEC: hue angle of 218.79º 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 #89ACEC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137172236-
CMYK0.420.2700.07
HSL218.79º72.26%73.14%-
HSV(B)218.79º41.95%92.55%-
XYZ40.2140.8885.13-
YUV168.83165.9105.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.14%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=25.14%
G=31.56%
B=43.30%

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
Decimal1371722360.420.2700.07218.7972.2673.14
Hex89ACEC2A1B07db4849
Octal211254354523307333110111
Binary1000100110101100111011001010101101101111101101110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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