#9CBECE

Color #9CBECE Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9CBECE

Tints of Regent St Blue #9CBECE

Color information

#9CBECE (or 0x9CBECE) is unknown color: approx Regent St Blue. HEX triplet: 9C, BE and CE. RGB value is (156,190,206). Sum of RGB (Red+Green+Blue) = 156+190+206=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBECE is #634131. Grayscale: #B5B5B5. Windows color (decimal): -6504754 or 13549212. OLE color: 13549212.

HSL color Cylindrical-coordinate representation of color #9CBECE: hue angle of 199.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CBECE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156190206-
CMYK0.240.0800.19
HSL199.2º33.78%70.98%-
HSV(B)199.2º24.27%80.78%-
XYZ43.2648.3565.44-
YUV181.66141.74109.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.26%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=28.26%
G=34.42%
B=37.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561902060.240.0800.19199.233.7870.98
Hex9CBECE188013c72247
Octal234276316301002330742107
Binary100111001011111011001110110001000010011110001111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CBECE;
 }
 .AnyTagClassName
 {
   color: #9CBECE;
 }
</style>
background-color css

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

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

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

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

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

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