Html Css Color HEX #9CBCE0 Light Steel Blue

📋 copy color: '#9CBCE0'

red 156 ◦ green 188 ◦ blue 224

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

Shades of Light Steel Blue #9CBCE0

Tints of Light Steel Blue #9CBCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 27.46%
G = 33.1%
B = 39.44%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9CBCE0 (or 0x9CBCE0) is known color: Light Steel Blue. HEX triplet: 9C, BC and E0. RGB value is (156,188,224). Sum of RGB (Red+Green+Blue) = 156+188+224=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCE0 is #63431F. Grayscale: #B6B6B6. Windows color (decimal): -6505248 or 14728348. OLE color: 14728348.

HSL color Cylindrical-coordinate representation of color #9CBCE0: hue angle of 211.76º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CBCE0 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 188 224 -
CMYK 0.30 0.16 0 0.12
HSL 211.76º 0.52% 0.75% -
HSV(B) 211.76º 0.3% 0.88% -
XYZ 45.15 48.42 77.49 -
YUV 182.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 156 188 224 0.30 0.16 0 0.12 211.76 0.52 0.75
Hex 9C BC E0 1E 10 0 C D4 34 4B
Octal 234 274 340 36 20 0 14 324 64 113
Binary 10011100 10111100 11100000 11110 10000 0 1100 11010100 110100 1001011

Color Harmonies of #9CBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCE0

Black with #9CBCE0

Text Example


Text Example

White with #9CBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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