#89A9DD

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

Shades of Jordy Blue #89A9DD

Tints of Jordy Blue #89A9DD

Color information

#89A9DD (or 0x89A9DD) is unknown color: approx Jordy Blue. HEX triplet: 89, A9 and DD. RGB value is (137,169,221). Sum of RGB (Red+Green+Blue) = 137+169+221=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #89A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9DD is #765622. Grayscale: #A5A5A5. Windows color (decimal): -7755299 or 14526857. OLE color: 14526857.

HSL color Cylindrical-coordinate representation of color #89A9DD: hue angle of 217.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A9DD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137169221-
CMYK0.380.2400.13
HSL217.14º55.26%70.2%-
HSV(B)217.14º38.01%86.67%-
XYZ37.5638.9173.94-
YUV165.36159.4107.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.00%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=26.00%
G=32.07%
B=41.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371692210.380.2400.13217.1455.2670.2
Hex89A9DD26180Dd93746
Octal211251335463001533167106
Binary1000100110101001110111011001101100001101110110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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