Html Css Color HEX #9CBBDF Light Steel Blue

📋 copy color: '#9CBBDF'

red 156 ◦ green 187 ◦ blue 223

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

Shades of Light Steel Blue #9CBBDF

Tints of Light Steel Blue #9CBBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.04%

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 27.56%
G = 33.04%
B = 39.4%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CBBDF (or 0x9CBBDF) is known color: Light Steel Blue. HEX triplet: 9C, BB and DF. RGB value is (156,187,223). Sum of RGB (Red+Green+Blue) = 156+187+223=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBDF is #634420. Grayscale: #B5B5B5. Windows color (decimal): -6505505 or 14662556. OLE color: 14662556.

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

Color convert

RGB 156 187 223 -
CMYK 0.30 0.16 0 0.13
HSL 212.24º 0.51% 0.74% -
HSV(B) 212.24º 0.3% 0.87% -
XYZ 44.8 47.94 76.7 -
YUV 181.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 156 187 223 0.30 0.16 0 0.13 212.24 0.51 0.74
Hex 9C BB DF 1E 10 0 D D4 33 4A
Octal 234 273 337 36 20 0 15 324 63 112
Binary 10011100 10111011 11011111 11110 10000 0 1101 11010100 110011 1001010

Color Harmonies of #9CBBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBBDF

Black with #9CBBDF

Text Example


Text Example

White with #9CBBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,223); }

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

background-color css

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

 a { background-color: rgb(156,187,223); }

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

border-color css

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

 span { border-color: rgb(156,187,223); }

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