Html Css Color HEX #98B8DD Light Steel Blue

📋 copy color: '#98B8DD'

red 152 ◦ green 184 ◦ blue 221

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

Shades of Light Steel Blue #98B8DD

Tints of Light Steel Blue #98B8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.03%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 27.29%
G = 33.03%
B = 39.68%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98B8DD (or 0x98B8DD) is known color: Light Steel Blue. HEX triplet: 98, B8 and DD. RGB value is (152,184,221). Sum of RGB (Red+Green+Blue) = 152+184+221=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #98B8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8DD is #674722. Grayscale: #B2B2B2. Windows color (decimal): -6768419 or 14530712. OLE color: 14530712.

HSL color Cylindrical-coordinate representation of color #98B8DD: hue angle of 212.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B8DD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 184 221 -
CMYK 0.31 0.17 0 0.13
HSL 212.17º 0.5% 0.73% -
HSV(B) 212.17º 0.31% 0.87% -
XYZ 43.14 46.18 75.05 -
YUV 178.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 152 184 221 0.31 0.17 0 0.13 212.17 0.5 0.73
Hex 98 B8 DD 1F 11 0 D D4 32 49
Octal 230 270 335 37 21 0 15 324 62 111
Binary 10011000 10111000 11011101 11111 10001 0 1101 11010100 110010 1001001

Color Harmonies of #98B8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B8DD

Black with #98B8DD

Text Example


Text Example

White with #98B8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,184,221); }

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

background-color css

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

 a { background-color: rgb(152,184,221); }

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

border-color css

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

 span { border-color: rgb(152,184,221); }

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