#98B9E1

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

Shades of Light Steel Blue #98B9E1

Tints of Light Steel Blue #98B9E1

Color information

#98B9E1 (or 0x98B9E1) is unknown color: approx Light Steel Blue. HEX triplet: 98, B9 and E1. RGB value is (152,185,225). Sum of RGB (Red+Green+Blue) = 152+185+225=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #98B9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9E1 is #67461E. Grayscale: #B3B3B3. Windows color (decimal): -6768159 or 14793112. OLE color: 14793112.

HSL color Cylindrical-coordinate representation of color #98B9E1: hue angle of 212.88º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98B9E1 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152185225-
CMYK0.320.1800.12
HSL212.88º54.89%73.92%-
HSV(B)212.88º32.44%88.24%-
XYZ43.8946.8177.96-
YUV179.69153.57108.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=27.05%
G=32.92%
B=40.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1521852250.320.1800.12212.8854.8973.92
Hex98B9E120120Cd5374a
Octal230271341402201432567112
Binary1001100010111001111000011000001001001100110101011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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