#89AAFD

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

Shades of Jordy Blue #89AAFD

Tints of Jordy Blue #89AAFD

Color information

#89AAFD (or 0x89AAFD) is unknown color: approx Jordy Blue. HEX triplet: 89, AA and FD. RGB value is (137,170,253). Sum of RGB (Red+Green+Blue) = 137+170+253=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #89AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AAFD is #765502. Grayscale: #A9A9A9. Windows color (decimal): -7755011 or 16624265. OLE color: 16624265.

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

Color convert

RGB137170253-
CMYK0.460.3300.01
HSL222.93º96.67%76.47%-
HSV(B)222.93º45.85%99.22%-
XYZ42.4241.1698.64-
YUV169.6175.07104.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.46%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=24.46%
G=30.36%
B=45.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371702530.460.3300.01222.9396.6776.47
Hex89AAFD2E2101df614c
Octal211252375564101337141114
Binary100010011010101011111101101110100001011101111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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