#98B9DC

Color #98B9DC Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #98B9DC

Tints of Light Steel Blue #98B9DC

Color information

#98B9DC (or 0x98B9DC) is unknown color: approx Light Steel Blue. HEX triplet: 98, B9 and DC. RGB value is (152,185,220). Sum of RGB (Red+Green+Blue) = 152+185+220=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #98B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9DC is #674623. Grayscale: #B2B2B2. Windows color (decimal): -6768164 or 14465432. OLE color: 14465432.

HSL color Cylindrical-coordinate representation of color #98B9DC: hue angle of 210.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B9DC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152185220-
CMYK0.310.1600.14
HSL210.88º49.28%72.94%-
HSV(B)210.88º30.91%86.27%-
XYZ43.2246.5474.42-
YUV179.12151.07108.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.29%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=27.29%
G=33.21%
B=39.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521852200.310.1600.14210.8849.2872.94
Hex98B9DC1F100Ed33149
Octal230271334372001632361111
Binary100110001011100111011100111111000001110110100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B9DC; }

 p { color: rgb(152,185,220); }

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

<style>
 a { background-color: #98B9DC; }

 a { background-color: rgb(152,185,220); }

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

<style>
 span { border-color: #98B9DC; }

 span { border-color: rgb(152,185,220); }

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