#89AAFF

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

Shades of Jordy Blue #89AAFF

Tints of Jordy Blue #89AAFF

Color information

#89AAFF (or 0x89AAFF) is unknown color: approx Jordy Blue. HEX triplet: 89, AA and FF. RGB value is (137,170,255). Sum of RGB (Red+Green+Blue) = 137+170+255=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #89AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAFF is #765500. Grayscale: #A9A9A9. Windows color (decimal): -7755009 or 16755337. OLE color: 16755337.

HSL color Cylindrical-coordinate representation of color #89AAFF: hue angle of 223.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89AAFF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137170255-
CMYK0.460.3300
HSL223.22º100%76.86%-
HSV(B)223.22º46.27%100%-
XYZ42.7441.29100.32-
YUV169.82176.07104.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.38%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 255 (100% from 255) = 45.37%
R=24.38%
G=30.25%
B=45.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371702550.460.3300223.2210076.86
Hex89AAFF2E2100df644d
Octal211252377564100337144115
Binary100010011010101011111111101110100001001101111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,255); }

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

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

 a { background-color: rgb(137,170,255); }

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

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

 span { border-color: rgb(137,170,255); }

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