#89B4DE

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

Shades of Jordy Blue #89B4DE

Tints of Jordy Blue #89B4DE

Color information

#89B4DE (or 0x89B4DE) is unknown color: approx Jordy Blue. HEX triplet: 89, B4 and DE. RGB value is (137,180,222). Sum of RGB (Red+Green+Blue) = 137+180+222=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #89B4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4DE is #764B21. Grayscale: #ABABAB. Windows color (decimal): -7752482 or 14595209. OLE color: 14595209.

HSL color Cylindrical-coordinate representation of color #89B4DE: hue angle of 209.65º 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 #89B4DE is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137180222-
CMYK0.380.1900.13
HSL209.65º56.29%70.39%-
HSV(B)209.65º38.29%87.06%-
XYZ39.8243.2375.35-
YUV171.93156.25103.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.42%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=25.42%
G=33.40%
B=41.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371802220.380.1900.13209.6556.2970.39
Hex89B4DE26130Dd23846
Octal211264336462301532270106
Binary1000100110110100110111101001101001101101110100101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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