Html Css Color HEX #9CBADA Light Steel Blue

📋 copy color: '#9CBADA'

red 156 ◦ green 186 ◦ blue 218

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

Shades of Light Steel Blue #9CBADA

Tints of Light Steel Blue #9CBADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 27.86%
G = 33.21%
B = 38.93%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9CBADA (or 0x9CBADA) is known color: Light Steel Blue. HEX triplet: 9C, BA and DA. RGB value is (156,186,218). Sum of RGB (Red+Green+Blue) = 156+186+218=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #9CBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBADA is #634525. Grayscale: #B4B4B4. Windows color (decimal): -6505766 or 14334620. OLE color: 14334620.

HSL color Cylindrical-coordinate representation of color #9CBADA: hue angle of 210.97º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CBADA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 186 218 -
CMYK 0.28 0.15 0 0.15
HSL 210.97º 0.46% 0.73% -
HSV(B) 210.97º 0.28% 0.85% -
XYZ 43.92 47.25 73.13 -
YUV 180.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 156 186 218 0.28 0.15 0 0.15 210.97 0.46 0.73
Hex 9C BA DA 1C F 0 F D3 2E 49
Octal 234 272 332 34 17 0 17 323 56 111
Binary 10011100 10111010 11011010 11100 1111 0 1111 11010011 101110 1001001

Color Harmonies of #9CBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBADA

Black with #9CBADA

Text Example


Text Example

White with #9CBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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