#89BADE

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

Shades of Jordy Blue #89BADE

Tints of Jordy Blue #89BADE

Color information

#89BADE (or 0x89BADE) is unknown color: approx Jordy Blue. HEX triplet: 89, BA and DE. RGB value is (137,186,222). Sum of RGB (Red+Green+Blue) = 137+186+222=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #89BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BADE is #764521. Grayscale: #AFAFAF. Windows color (decimal): -7750946 or 14596745. OLE color: 14596745.

HSL color Cylindrical-coordinate representation of color #89BADE: hue angle of 205.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89BADE is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137186222-
CMYK0.380.1600.13
HSL205.41º56.29%70.39%-
HSV(B)205.41º38.29%87.06%-
XYZ41.0645.7175.77-
YUV175.45154.27100.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.14%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=25.14%
G=34.13%
B=40.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371862220.380.1600.13205.4156.2970.39
Hex89BADE26100Dcd3846
Octal211272336462001531570106
Binary1000100110111010110111101001101000001101110011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,186,222); }

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

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

 a { background-color: rgb(137,186,222); }

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

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

 span { border-color: rgb(137,186,222); }

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