Html Css Color HEX #9CBADD Light Steel Blue

📋 copy color: '#9CBADD'

red 156 ◦ green 186 ◦ blue 221

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

Shades of Light Steel Blue #9CBADD

Tints of Light Steel Blue #9CBADD

RGB

 RED value IS 156 (61.33% from 255) = 27.71%

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

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

R = 27.71%
G = 33.04%
B = 39.25%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CBADD (or 0x9CBADD) is known color: Light Steel Blue. HEX triplet: 9C, BA and DD. RGB value is (156,186,221). Sum of RGB (Red+Green+Blue) = 156+186+221=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBADD is #634522. Grayscale: #B4B4B4. Windows color (decimal): -6505763 or 14531228. OLE color: 14531228.

HSL color Cylindrical-coordinate representation of color #9CBADD: hue angle of 212.31º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBADD is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 186 221 -
CMYK 0.29 0.16 0 0.13
HSL 212.31º 0.49% 0.74% -
HSV(B) 212.31º 0.29% 0.87% -
XYZ 44.32 47.41 75.22 -
YUV 181.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 156 186 221 0.29 0.16 0 0.13 212.31 0.49 0.74
Hex 9C BA DD 1D 10 0 D D4 31 4A
Octal 234 272 335 35 20 0 15 324 61 112
Binary 10011100 10111010 11011101 11101 10000 0 1101 11010100 110001 1001010

Color Harmonies of #9CBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBADD

Black with #9CBADD

Text Example


Text Example

White with #9CBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CBADD; }

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

 H1.HeaderClassName
 {
   color: #9CBADD;
 }
 .AnyTagClassName
 {
   color: #9CBADD;
 }
</style>

background-color css

<style>
 a { background-color: #9CBADD; }

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

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

border-color css

<style>
 span { border-color: #9CBADD; }

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

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