Html Css Color HEX #98BADA Light Steel Blue

📋 copy color: '#98BADA'

red 152 ◦ green 186 ◦ blue 218

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

Shades of Light Steel Blue #98BADA

Tints of Light Steel Blue #98BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 27.34%
G = 33.45%
B = 39.21%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#98BADA (or 0x98BADA) is known color: Light Steel Blue. HEX triplet: 98, BA and DA. RGB value is (152,186,218). Sum of RGB (Red+Green+Blue) = 152+186+218=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #98BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BADA is #674525. Grayscale: #B3B3B3. Windows color (decimal): -6767910 or 14334616. OLE color: 14334616.

HSL color Cylindrical-coordinate representation of color #98BADA: hue angle of 209.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BADA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 186 218 -
CMYK 0.30 0.15 0 0.15
HSL 209.09º 0.47% 0.73% -
HSV(B) 209.09º 0.3% 0.85% -
XYZ 43.16 46.86 73.1 -
YUV 179.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 152 186 218 0.30 0.15 0 0.15 209.09 0.47 0.73
Hex 98 BA DA 1E F 0 F D1 2F 49
Octal 230 272 332 36 17 0 17 321 57 111
Binary 10011000 10111010 11011010 11110 1111 0 1111 11010001 101111 1001001

Color Harmonies of #98BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BADA

Black with #98BADA

Text Example


Text Example

White with #98BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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