#89B4F1

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

Shades of Jordy Blue #89B4F1

Tints of Jordy Blue #89B4F1

Color information

#89B4F1 (or 0x89B4F1) is unknown color: approx Jordy Blue. HEX triplet: 89, B4 and F1. RGB value is (137,180,241). Sum of RGB (Red+Green+Blue) = 137+180+241=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #89B4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B4F1 is #764B0E. Grayscale: #ADADAD. Windows color (decimal): -7752463 or 15840393. OLE color: 15840393.

HSL color Cylindrical-coordinate representation of color #89B4F1: hue angle of 215.19º 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 #89B4F1 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137180241-
CMYK0.430.2500.05
HSL215.19º78.79%74.12%-
HSV(B)215.19º43.15%94.51%-
XYZ42.5144.3189.53-
YUV174.1165.75101.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.55%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=24.55%
G=32.26%
B=43.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371802410.430.2500.05215.1978.7974.12
Hex89B4F12B1905d74f4a
Octal211264361533105327117112
Binary1000100110110100111100011010111100101011101011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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