#98BADB

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

Shades of Light Steel Blue #98BADB

Tints of Light Steel Blue #98BADB

Color information

#98BADB (or 0x98BADB) is unknown color: approx Light Steel Blue. HEX triplet: 98, BA and DB. RGB value is (152,186,219). Sum of RGB (Red+Green+Blue) = 152+186+219=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #98BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BADB is #674524. Grayscale: #B3B3B3. Windows color (decimal): -6767909 or 14400152. OLE color: 14400152.

HSL color Cylindrical-coordinate representation of color #98BADB: hue angle of 209.55º degrees, saturation: 0.48, 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 #98BADB is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152186219-
CMYK0.310.1500.14
HSL209.55º48.2%72.75%-
HSV(B)209.55º30.59%85.88%-
XYZ43.2946.9173.79-
YUV179.6150.24108.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.29%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=27.29%
G=33.39%
B=39.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521862190.310.1500.14209.5548.272.75
Hex98BADB1FF0Ed23049
Octal230272333371701632260111
Binary10011000101110101101101111111111101110110100101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,219); }

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

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

 a { background-color: rgb(152,186,219); }

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

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

 span { border-color: rgb(152,186,219); }

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