#89AEFA

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

Shades of Jordy Blue #89AEFA

Tints of Jordy Blue #89AEFA

Color information

#89AEFA (or 0x89AEFA) is unknown color: approx Jordy Blue. HEX triplet: 89, AE and FA. RGB value is (137,174,250). Sum of RGB (Red+Green+Blue) = 137+174+250=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #89AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89AEFA is #765105. Grayscale: #ABABAB. Windows color (decimal): -7753990 or 16428681. OLE color: 16428681.

HSL color Cylindrical-coordinate representation of color #89AEFA: hue angle of 220.35º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89AEFA is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137174250-
CMYK0.450.3000.02
HSL220.35º91.87%75.88%-
HSV(B)220.35º45.2%98.04%-
XYZ42.7142.4996.39-
YUV171.6172.24103.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.42%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=24.42%
G=31.02%
B=44.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371742500.450.3000.02220.3591.8775.88
Hex89AEFA2D1E02dc5c4c
Octal211256372553602334134114
Binary100010011010111011111010101101111100101101110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,174,250); }

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

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

 a { background-color: rgb(137,174,250); }

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

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

 span { border-color: rgb(137,174,250); }

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