Html Css Color HEX #9CBCD5 Light Steel Blue

📋 copy color: '#9CBCD5'

red 156 ◦ green 188 ◦ blue 213

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

Shades of Light Steel Blue #9CBCD5

Tints of Light Steel Blue #9CBCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 28.01%
G = 33.75%
B = 38.24%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9CBCD5 (or 0x9CBCD5) is known color: Light Steel Blue. HEX triplet: 9C, BC and D5. RGB value is (156,188,213). Sum of RGB (Red+Green+Blue) = 156+188+213=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #9CBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCD5 is #63432A. Grayscale: #B5B5B5. Windows color (decimal): -6505259 or 14007452. OLE color: 14007452.

HSL color Cylindrical-coordinate representation of color #9CBCD5: hue angle of 206.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBCD5 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 188 213 -
CMYK 0.27 0.12 0 0.16
HSL 206.32º 0.4% 0.72% -
HSV(B) 206.32º 0.27% 0.84% -
XYZ 43.7 47.84 69.88 -
YUV 181.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 156 188 213 0.27 0.12 0 0.16 206.32 0.4 0.72
Hex 9C BC D5 1B C 0 10 CE 28 48
Octal 234 274 325 33 14 0 20 316 50 110
Binary 10011100 10111100 11010101 11011 1100 0 10000 11001110 101000 1001000

Color Harmonies of #9CBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCD5

Black with #9CBCD5

Text Example


Text Example

White with #9CBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,188,213); }

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

background-color css

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

 a { background-color: rgb(156,188,213); }

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

border-color css

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

 span { border-color: rgb(156,188,213); }

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