#89B6F2

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

Shades of Jordy Blue #89B6F2

Tints of Jordy Blue #89B6F2

Color information

#89B6F2 (or 0x89B6F2) is unknown color: approx Jordy Blue. HEX triplet: 89, B6 and F2. RGB value is (137,182,242). Sum of RGB (Red+Green+Blue) = 137+182+242=561 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.42% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #89B6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B6F2 is #76490D. Grayscale: #AFAFAF. Windows color (decimal): -7751950 or 15906441. OLE color: 15906441.

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

Color convert

RGB137182242-
CMYK0.430.2500.05
HSL214.29º80.15%74.31%-
HSV(B)214.29º43.39%94.9%-
XYZ43.0745.1990.46-
YUV175.38165.59100.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.42%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 242 (94.92% from 255) = 43.14%
R=24.42%
G=32.44%
B=43.14%

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
Decimal1371822420.430.2500.05214.2980.1574.31
Hex89B6F22B1905d6504a
Octal211266362533105326120112
Binary1000100110110110111100101010111100101011101011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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