#89B0DF

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

Shades of Jordy Blue #89B0DF

Tints of Jordy Blue #89B0DF

Color information

#89B0DF (or 0x89B0DF) is unknown color: approx Jordy Blue. HEX triplet: 89, B0 and DF. RGB value is (137,176,223). Sum of RGB (Red+Green+Blue) = 137+176+223=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #89B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0DF is #764F20. Grayscale: #A9A9A9. Windows color (decimal): -7753505 or 14659721. OLE color: 14659721.

HSL color Cylindrical-coordinate representation of color #89B0DF: hue angle of 212.79º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89B0DF is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137176223-
CMYK0.390.2100.13
HSL212.79º57.33%70.59%-
HSV(B)212.79º38.57%87.45%-
XYZ39.1641.775.8-
YUV169.7158.08104.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.56%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=25.56%
G=32.84%
B=41.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371762230.390.2100.13212.7957.3370.59
Hex89B0DF27150Dd53947
Octal211260337472501532571107
Binary1000100110110000110111111001111010101101110101011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,176,223); }

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

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

 a { background-color: rgb(137,176,223); }

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

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

 span { border-color: rgb(137,176,223); }

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