#89a9eb

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

Shades of Jordy Blue #89A9EB

Tints of Jordy Blue #89A9EB

Color information

#89A9EB (or 0x89A9EB) is unknown color: approx Jordy Blue. HEX triplet: 89, A9 and EB. RGB value is (137,169,235). Sum of RGB (Red+Green+Blue) = 137+169+235=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #89A9EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A9EB is #765614. Grayscale: #A6A6A6. Windows color (decimal): -7755285 or 15444361. OLE color: 15444361.

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

Color convert

RGB137169235-
CMYK0.420.2800.08
HSL220.41º71.01%72.94%-
HSV(B)220.41º41.7%92.16%-
XYZ39.539.6984.18-
YUV166.96166.4106.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.32%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=25.32%
G=31.24%
B=43.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371692350.420.2800.08220.4171.0172.94
Hex89A9EB2A1C08dc4749
Octal2112513535234010334107111
Binary10001001101010011110101110101011100010001101110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89a9eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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