#89A7F5

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

Shades of Jordy Blue #89A7F5

Tints of Jordy Blue #89A7F5

Color information

#89A7F5 (or 0x89A7F5) is unknown color: approx Jordy Blue. HEX triplet: 89, A7 and F5. RGB value is (137,167,245). Sum of RGB (Red+Green+Blue) = 137+167+245=549 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.95% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 245 (96.09% from 255 or 44.63% from 549); Max value from RGB is 245 - color contains mainly: blue. Hex color #89A7F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A7F5 is #76580A. Grayscale: #A6A6A6. Windows color (decimal): -7755787 or 16099209. OLE color: 16099209.

HSL color Cylindrical-coordinate representation of color #89A7F5: hue angle of 223.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89A7F5 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB137167245-
CMYK0.440.3200.04
HSL223.33º84.38%74.9%-
HSV(B)223.33º44.08%96.08%-
XYZ40.6239.5591.88-
YUV166.92172.06106.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.95%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 245 (96.09% from 255) = 44.63%
R=24.95%
G=30.42%
B=44.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1371672450.440.3200.04223.3384.3874.9
Hex89A7F52C2004df544b
Octal211247365544004337124113
Binary10001001101001111111010110110010000001001101111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,167,245); }

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

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

 a { background-color: rgb(137,167,245); }

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

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

 span { border-color: rgb(137,167,245); }

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