#89B1DD

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

Shades of Jordy Blue #89B1DD

Tints of Jordy Blue #89B1DD

Color information

#89B1DD (or 0x89B1DD) is unknown color: approx Jordy Blue. HEX triplet: 89, B1 and DD. RGB value is (137,177,221). Sum of RGB (Red+Green+Blue) = 137+177+221=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #89B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1DD is #764E22. Grayscale: #A9A9A9. Windows color (decimal): -7753251 or 14528905. OLE color: 14528905.

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

Color convert

RGB137177221-
CMYK0.380.2000.13
HSL211.43º55.26%70.2%-
HSV(B)211.43º38.01%86.67%-
XYZ39.0941.9874.45-
YUV170.06156.75104.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.61%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=25.61%
G=33.08%
B=41.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371772210.380.2000.13211.4355.2670.2
Hex89B1DD26140Dd33746
Octal211261335462401532367106
Binary1000100110110001110111011001101010001101110100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,177,221); }

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

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

 a { background-color: rgb(137,177,221); }

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

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

 span { border-color: rgb(137,177,221); }

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