Html Css Color HEX #9CBEE0 Light Steel Blue

📋 copy color: '#9CBEE0'

red 156 ◦ green 190 ◦ blue 224

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

Shades of Light Steel Blue #9CBEE0

Tints of Light Steel Blue #9CBEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

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

R = 27.37%
G = 33.33%
B = 39.3%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9CBEE0 (or 0x9CBEE0) is known color: Light Steel Blue. HEX triplet: 9C, BE and E0. RGB value is (156,190,224). Sum of RGB (Red+Green+Blue) = 156+190+224=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CBEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEE0 is #63411F. Grayscale: #B7B7B7. Windows color (decimal): -6504736 or 14728860. OLE color: 14728860.

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

Color convert

RGB 156 190 224 -
CMYK 0.30 0.15 0 0.12
HSL 210º 0.52% 0.75% -
HSV(B) 210º 0.3% 0.88% -
XYZ 45.58 49.28 77.63 -
YUV 183.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 156 190 224 0.30 0.15 0 0.12 210 0.52 0.75
Hex 9C BE E0 1E F 0 C D2 34 4B
Octal 234 276 340 36 17 0 14 322 64 113
Binary 10011100 10111110 11100000 11110 1111 0 1100 11010010 110100 1001011

Color Harmonies of #9CBEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBEE0

Black with #9CBEE0

Text Example


Text Example

White with #9CBEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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