#9CC0CD

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

Shades of Regent St Blue #9CC0CD

Tints of Regent St Blue #9CC0CD

Color information

#9CC0CD (or 0x9CC0CD) is unknown color: approx Regent St Blue. HEX triplet: 9C, C0 and CD. RGB value is (156,192,205). Sum of RGB (Red+Green+Blue) = 156+192+205=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC0CD is #633F32. Grayscale: #B6B6B6. Windows color (decimal): -6504243 or 13484188. OLE color: 13484188.

HSL color Cylindrical-coordinate representation of color #9CC0CD: hue angle of 195.92º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CC0CD is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156192205-
CMYK0.240.0600.20
HSL195.92º32.89%70.78%-
HSV(B)195.92º23.9%80.39%-
XYZ43.5849.1764.95-
YUV182.72140.57108.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.21%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=28.21%
G=34.72%
B=37.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561922050.240.0600.20195.9232.8970.78
Hex9CC0CD186014c42147
Octal23430031530602430441107
Binary10011100110000001100110111000110010100110001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,192,205); }

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

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

 a { background-color: rgb(156,192,205); }

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

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

 span { border-color: rgb(156,192,205); }

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