#89AEEB

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

Shades of Jordy Blue #89AEEB

Tints of Jordy Blue #89AEEB

Color information

#89AEEB (or 0x89AEEB) is unknown color: approx Jordy Blue. HEX triplet: 89, AE and EB. RGB value is (137,174,235). Sum of RGB (Red+Green+Blue) = 137+174+235=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #89AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AEEB is #765114. Grayscale: #A9A9A9. Windows color (decimal): -7754005 or 15445641. OLE color: 15445641.

HSL color Cylindrical-coordinate representation of color #89AEEB: hue angle of 217.35º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89AEEB is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137174235-
CMYK0.420.2600.08
HSL217.35º71.01%72.94%-
HSV(B)217.35º41.7%92.16%-
XYZ40.4541.5984.49-
YUV169.89164.74104.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.09%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=25.09%
G=31.87%
B=43.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371742350.420.2600.08217.3571.0172.94
Hex89AEEB2A1A08d94749
Octal2112563535232010331107111
Binary10001001101011101110101110101011010010001101100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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