Html Css Color HEX #9CBADF Light Steel Blue

📋 copy color: '#9CBADF'

red 156 ◦ green 186 ◦ blue 223

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

Shades of Light Steel Blue #9CBADF

Tints of Light Steel Blue #9CBADF

RGB

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

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

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

R = 27.61%
G = 32.92%
B = 39.47%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CBADF (or 0x9CBADF) is known color: Light Steel Blue. HEX triplet: 9C, BA and DF. RGB value is (156,186,223). Sum of RGB (Red+Green+Blue) = 156+186+223=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBADF is #634520. Grayscale: #B5B5B5. Windows color (decimal): -6505761 or 14662300. OLE color: 14662300.

HSL color Cylindrical-coordinate representation of color #9CBADF: hue angle of 213.13º 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 #9CBADF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 186 223 -
CMYK 0.30 0.17 0 0.13
HSL 213.13º 0.51% 0.74% -
HSV(B) 213.13º 0.3% 0.87% -
XYZ 44.59 47.51 76.63 -
YUV 181.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 156 186 223 0.30 0.17 0 0.13 213.13 0.51 0.74
Hex 9C BA DF 1E 11 0 D D5 33 4A
Octal 234 272 337 36 21 0 15 325 63 112
Binary 10011100 10111010 11011111 11110 10001 0 1101 11010101 110011 1001010

Color Harmonies of #9CBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBADF

Black with #9CBADF

Text Example


Text Example

White with #9CBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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