#89A6E6

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

Shades of Jordy Blue #89A6E6

Tints of Jordy Blue #89A6E6

Color information

#89A6E6 (or 0x89A6E6) is unknown color: approx Jordy Blue. HEX triplet: 89, A6 and E6. RGB value is (137,166,230). Sum of RGB (Red+Green+Blue) = 137+166+230=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #89A6E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A6E6 is #765919. Grayscale: #A4A4A4. Windows color (decimal): -7756058 or 15115913. OLE color: 15115913.

HSL color Cylindrical-coordinate representation of color #89A6E6: hue angle of 221.29º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89A6E6 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB137166230-
CMYK0.400.2800.10
HSL221.29º65.03%71.96%-
HSV(B)221.29º40.43%90.2%-
XYZ38.2438.380.24-
YUV164.62164.89108.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.70%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 230 (90.23% from 255) = 43.15%
R=25.70%
G=31.14%
B=43.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1371662300.400.2800.10221.2965.0371.96
Hex89A6E6281C0Add4148
Octal2112463465034012335101110
Binary10001001101001101110011010100011100010101101110110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,166,230); }

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

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

 a { background-color: rgb(137,166,230); }

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

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

 span { border-color: rgb(137,166,230); }

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