#9CC5CD

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

Shades of Regent St Blue #9CC5CD

Tints of Regent St Blue #9CC5CD

Color information

#9CC5CD (or 0x9CC5CD) is unknown color: approx Regent St Blue. HEX triplet: 9C, C5 and CD. RGB value is (156,197,205). Sum of RGB (Red+Green+Blue) = 156+197+205=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5CD is #633A32. Grayscale: #B9B9B9. Windows color (decimal): -6502963 or 13485468. OLE color: 13485468.

HSL color Cylindrical-coordinate representation of color #9CC5CD: hue angle of 189.8º 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 #9CC5CD is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156197205-
CMYK0.240.0400.20
HSL189.8º32.89%70.78%-
HSV(B)189.8º23.9%80.39%-
XYZ44.751.4165.32-
YUV185.65138.92106.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.96%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=27.96%
G=35.30%
B=36.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561972050.240.0400.20189.832.8970.78
Hex9CC5CD184014be2147
Octal23430531530402427641107
Binary10011100110001011100110111000100010100101111101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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