#89A5F1

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

Shades of Jordy Blue #89A5F1

Tints of Jordy Blue #89A5F1

Color information

#89A5F1 (or 0x89A5F1) is unknown color: approx Jordy Blue. HEX triplet: 89, A5 and F1. RGB value is (137,165,241). Sum of RGB (Red+Green+Blue) = 137+165+241=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #89A5F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A5F1 is #765A0E. Grayscale: #A4A4A4. Windows color (decimal): -7756303 or 15836553. OLE color: 15836553.

HSL color Cylindrical-coordinate representation of color #89A5F1: hue angle of 223.85º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89A5F1 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137165241-
CMYK0.430.3200.05
HSL223.85º78.79%74.12%-
HSV(B)223.85º43.15%94.51%-
XYZ39.6538.5888.58-
YUV165.29170.72107.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.23%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 241 (94.53% from 255) = 44.38%
R=25.23%
G=30.39%
B=44.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371652410.430.3200.05223.8578.7974.12
Hex89A5F12B2005e04f4a
Octal211245361534005340117112
Binary10001001101001011111000110101110000001011110000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,165,241); }

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

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

 a { background-color: rgb(137,165,241); }

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

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

 span { border-color: rgb(137,165,241); }

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