#9CC3DC

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

Shades of Regent St Blue #9CC3DC

Tints of Regent St Blue #9CC3DC

Color information

#9CC3DC (or 0x9CC3DC) is unknown color: approx Regent St Blue. HEX triplet: 9C, C3 and DC. RGB value is (156,195,220). Sum of RGB (Red+Green+Blue) = 156+195+220=571 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.32% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC3DC is #633C23. Grayscale: #BABABA. Windows color (decimal): -6503460 or 14467996. OLE color: 14467996.

HSL color Cylindrical-coordinate representation of color #9CC3DC: hue angle of 203.44º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC3DC is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156195220-
CMYK0.290.1100.14
HSL203.44º47.76%73.73%-
HSV(B)203.44º29.09%86.27%-
XYZ46.1451.2775.17-
YUV186.19147.08106.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.32%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=27.32%
G=34.15%
B=38.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561952200.290.1100.14203.4447.7673.73
Hex9CC3DC1DB0Ecb304a
Octal234303334351301631360112
Binary10011100110000111101110011101101101110110010111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,195,220); }

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

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

 a { background-color: rgb(156,195,220); }

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

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

 span { border-color: rgb(156,195,220); }

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