#89B6F1

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

Shades of Jordy Blue #89B6F1

Tints of Jordy Blue #89B6F1

Color information

#89B6F1 (or 0x89B6F1) is unknown color: approx Jordy Blue. HEX triplet: 89, B6 and F1. RGB value is (137,182,241). Sum of RGB (Red+Green+Blue) = 137+182+241=560 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.46% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #89B6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B6F1 is #76490E. Grayscale: #AEAEAE. Windows color (decimal): -7751951 or 15840905. OLE color: 15840905.

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

Color convert

RGB137182241-
CMYK0.430.2400.05
HSL214.04º78.79%74.12%-
HSV(B)214.04º43.15%94.51%-
XYZ42.9245.1389.67-
YUV175.27165.09100.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.46%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=24.46%
G=32.5%
B=43.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371822410.430.2400.05214.0478.7974.12
Hex89B6F12B1805d64f4a
Octal211266361533005326117112
Binary1000100110110110111100011010111100001011101011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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