Html Css Color HEX #98B8DC Light Steel Blue

📋 copy color: '#98B8DC'

red 152 ◦ green 184 ◦ blue 220

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

Shades of Light Steel Blue #98B8DC

Tints of Light Steel Blue #98B8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 27.34%
G = 33.09%
B = 39.57%

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

#98B8DC (or 0x98B8DC) is known color: Light Steel Blue. HEX triplet: 98, B8 and DC. RGB value is (152,184,220). Sum of RGB (Red+Green+Blue) = 152+184+220=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #98B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8DC is #674723. Grayscale: #B2B2B2. Windows color (decimal): -6768420 or 14465176. OLE color: 14465176.

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

Color convert

RGB 152 184 220 -
CMYK 0.31 0.16 0 0.14
HSL 211.76º 0.49% 0.73% -
HSV(B) 211.76º 0.31% 0.86% -
XYZ 43.01 46.12 74.35 -
YUV 178.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 152 184 220 0.31 0.16 0 0.14 211.76 0.49 0.73
Hex 98 B8 DC 1F 10 0 E D4 31 49
Octal 230 270 334 37 20 0 16 324 61 111
Binary 10011000 10111000 11011100 11111 10000 0 1110 11010100 110001 1001001

Color Harmonies of #98B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B8DC

Black with #98B8DC

Text Example


Text Example

White with #98B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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