Html Css Color HEX #9BBCE0 Light Steel Blue

📋 copy color: '#9BBCE0'

red 155 ◦ green 188 ◦ blue 224

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

Shades of Light Steel Blue #9BBCE0

Tints of Light Steel Blue #9BBCE0

RGB

 RED value IS 155 (60.94% from 255) = 27.34%

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

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

R = 27.34%
G = 33.16%
B = 39.51%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9BBCE0 (or 0x9BBCE0) is known color: Light Steel Blue. HEX triplet: 9B, BC and E0. RGB value is (155,188,224). Sum of RGB (Red+Green+Blue) = 155+188+224=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCE0 is #64431F. Grayscale: #B6B6B6. Windows color (decimal): -6570784 or 14728347. OLE color: 14728347.

HSL color Cylindrical-coordinate representation of color #9BBCE0: hue angle of 211.3º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBCE0 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 188 224 -
CMYK 0.31 0.16 0 0.12
HSL 211.3º 0.53% 0.74% -
HSV(B) 211.3º 0.31% 0.88% -
XYZ 44.96 48.32 77.48 -
YUV 182.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 155 188 224 0.31 0.16 0 0.12 211.3 0.53 0.74
Hex 9B BC E0 1F 10 0 C D3 35 4A
Octal 233 274 340 37 20 0 14 323 65 112
Binary 10011011 10111100 11100000 11111 10000 0 1100 11010011 110101 1001010

Color Harmonies of #9BBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCE0

Black with #9BBCE0

Text Example


Text Example

White with #9BBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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