Html Css Color HEX #9CBCDB Light Steel Blue

📋 copy color: '#9CBCDB'

red 156 ◦ green 188 ◦ blue 219

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

Shades of Light Steel Blue #9CBCDB

Tints of Light Steel Blue #9CBCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 27.71%
G = 33.39%
B = 38.9%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CBCDB (or 0x9CBCDB) is known color: Light Steel Blue. HEX triplet: 9C, BC and DB. RGB value is (156,188,219). Sum of RGB (Red+Green+Blue) = 156+188+219=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCDB is #634324. Grayscale: #B5B5B5. Windows color (decimal): -6505253 or 14400668. OLE color: 14400668.

HSL color Cylindrical-coordinate representation of color #9CBCDB: hue angle of 209.52º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBCDB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 188 219 -
CMYK 0.29 0.14 0 0.14
HSL 209.52º 0.47% 0.74% -
HSV(B) 209.52º 0.29% 0.86% -
XYZ 44.48 48.15 73.97 -
YUV 181.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 156 188 219 0.29 0.14 0 0.14 209.52 0.47 0.74
Hex 9C BC DB 1D E 0 E D2 2F 4A
Octal 234 274 333 35 16 0 16 322 57 112
Binary 10011100 10111100 11011011 11101 1110 0 1110 11010010 101111 1001010

Color Harmonies of #9CBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCDB

Black with #9CBCDB

Text Example


Text Example

White with #9CBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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