#89AEED

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

Shades of Jordy Blue #89AEED

Tints of Jordy Blue #89AEED

Color information

#89AEED (or 0x89AEED) is unknown color: approx Jordy Blue. HEX triplet: 89, AE and ED. RGB value is (137,174,237). Sum of RGB (Red+Green+Blue) = 137+174+237=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #89AEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AEED is #765112. Grayscale: #A9A9A9. Windows color (decimal): -7754003 or 15576713. OLE color: 15576713.

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

Color convert

RGB137174237-
CMYK0.420.2700.07
HSL217.8º73.53%73.33%-
HSV(B)217.8º42.19%92.94%-
XYZ40.7441.786.02-
YUV170.12165.74104.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=25%
G=31.75%
B=43.25%

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
Decimal1371742370.420.2700.07217.873.5373.33
Hex89AEED2A1B07da4a49
Octal211256355523307332112111
Binary1000100110101110111011011010101101101111101101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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