#9CC6CF

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

Shades of Regent St Blue #9CC6CF

Tints of Regent St Blue #9CC6CF

Color information

#9CC6CF (or 0x9CC6CF) is unknown color: approx Regent St Blue. HEX triplet: 9C, C6 and CF. RGB value is (156,198,207). Sum of RGB (Red+Green+Blue) = 156+198+207=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #9CC6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC6CF is #633930. Grayscale: #BABABA. Windows color (decimal): -6502705 or 13616796. OLE color: 13616796.

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

Color convert

RGB156198207-
CMYK0.250.0400.19
HSL190.59º34.69%71.18%-
HSV(B)190.59º24.64%81.18%-
XYZ45.1751.9666.68-
YUV186.47139.59106.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.81%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=27.81%
G=35.29%
B=36.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561982070.250.0400.19190.5934.6971.18
Hex9CC6CF194013bf2347
Octal23430631731402327743107
Binary10011100110001101100111111001100010011101111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,198,207); }

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

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

 a { background-color: rgb(156,198,207); }

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

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

 span { border-color: rgb(156,198,207); }

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