Html Css Color HEX #9CBBE3 Light Steel Blue

📋 copy color: '#9CBBE3'

red 156 ◦ green 187 ◦ blue 227

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

Shades of Light Steel Blue #9CBBE3

Tints of Light Steel Blue #9CBBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.82%

R = 27.37%
G = 32.81%
B = 39.82%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9CBBE3 (or 0x9CBBE3) is known color: Light Steel Blue. HEX triplet: 9C, BB and E3. RGB value is (156,187,227). Sum of RGB (Red+Green+Blue) = 156+187+227=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #9CBBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBE3 is #63441C. Grayscale: #B6B6B6. Windows color (decimal): -6505501 or 14924700. OLE color: 14924700.

HSL color Cylindrical-coordinate representation of color #9CBBE3: hue angle of 213.8º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CBBE3 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 187 227 -
CMYK 0.31 0.18 0 0.11
HSL 213.8º 0.56% 0.75% -
HSV(B) 213.8º 0.31% 0.89% -
XYZ 45.35 48.15 79.58 -
YUV 182.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 156 187 227 0.31 0.18 0 0.11 213.8 0.56 0.75
Hex 9C BB E3 1F 12 0 B D6 38 4B
Octal 234 273 343 37 22 0 13 326 70 113
Binary 10011100 10111011 11100011 11111 10010 0 1011 11010110 111000 1001011

Color Harmonies of #9CBBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBBE3

Black with #9CBBE3

Text Example


Text Example

White with #9CBBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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