Html Css Color HEX #98B9DB Light Steel Blue

📋 copy color: '#98B9DB'

red 152 ◦ green 185 ◦ blue 219

#98B9DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #98B9DB

Tints of Light Steel Blue #98B9DB

RGB

 RED value IS 152 (59.77% from 255) = 27.34%

 GREEN value IS 185 (72.66% from 255) = 33.27%

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 27.34%
G = 33.27%
B = 39.39%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98B9DB (or 0x98B9DB) is known color: Light Steel Blue. HEX triplet: 98, B9 and DB. RGB value is (152,185,219). Sum of RGB (Red+Green+Blue) = 152+185+219=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #98B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9DB is #674624. Grayscale: #B2B2B2. Windows color (decimal): -6768165 or 14399896. OLE color: 14399896.

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

Color convert

RGB 152 185 219 -
CMYK 0.31 0.16 0 0.14
HSL 210.45º 0.48% 0.73% -
HSV(B) 210.45º 0.31% 0.86% -
XYZ 43.08 46.49 73.72 -
YUV 179.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 152 185 219 0.31 0.16 0 0.14 210.45 0.48 0.73
Hex 98 B9 DB 1F 10 0 E D2 30 49
Octal 230 271 333 37 20 0 16 322 60 111
Binary 10011000 10111001 11011011 11111 10000 0 1110 11010010 110000 1001001

Color Harmonies of #98B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B9DB

Black with #98B9DB

Text Example


Text Example

White with #98B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98B9DB;
 }
 .AnyTagClassName
 {
   color: #98B9DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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