#89ACED

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

Shades of Jordy Blue #89ACED

Tints of Jordy Blue #89ACED

Color information

#89ACED (or 0x89ACED) is unknown color: approx Jordy Blue. HEX triplet: 89, AC and ED. RGB value is (137,172,237). Sum of RGB (Red+Green+Blue) = 137+172+237=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #89ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89ACED is #765312. Grayscale: #A8A8A8. Windows color (decimal): -7754515 or 15576201. OLE color: 15576201.

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

Color convert

RGB137172237-
CMYK0.420.2700.07
HSL219º73.53%73.33%-
HSV(B)219º42.19%92.94%-
XYZ40.3640.9485.9-
YUV168.94166.4105.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.09%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=25.09%
G=31.50%
B=43.41%

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
Decimal1371722370.420.2700.0721973.5373.33
Hex89ACED2A1B07db4a49
Octal211254355523307333112111
Binary1000100110101100111011011010101101101111101101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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