Html Css Color HEX #98BADD Light Steel Blue

📋 copy color: '#98BADD'

red 152 ◦ green 186 ◦ blue 221

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

Shades of Light Steel Blue #98BADD

Tints of Light Steel Blue #98BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.27%

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

R = 27.19%
G = 33.27%
B = 39.53%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98BADD (or 0x98BADD) is known color: Light Steel Blue. HEX triplet: 98, BA and DD. RGB value is (152,186,221). Sum of RGB (Red+Green+Blue) = 152+186+221=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #98BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BADD is #674522. Grayscale: #B3B3B3. Windows color (decimal): -6767907 or 14531224. OLE color: 14531224.

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

Color convert

RGB 152 186 221 -
CMYK 0.31 0.16 0 0.13
HSL 210.43º 0.5% 0.73% -
HSV(B) 210.43º 0.31% 0.87% -
XYZ 43.56 47.01 75.19 -
YUV 179.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 152 186 221 0.31 0.16 0 0.13 210.43 0.5 0.73
Hex 98 BA DD 1F 10 0 D D2 32 49
Octal 230 272 335 37 20 0 15 322 62 111
Binary 10011000 10111010 11011101 11111 10000 0 1101 11010010 110010 1001001

Color Harmonies of #98BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BADD

Black with #98BADD

Text Example


Text Example

White with #98BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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