#9CC7DC

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

Shades of Regent St Blue #9CC7DC

Tints of Regent St Blue #9CC7DC

Color information

#9CC7DC (or 0x9CC7DC) is unknown color: approx Regent St Blue. HEX triplet: 9C, C7 and DC. RGB value is (156,199,220). Sum of RGB (Red+Green+Blue) = 156+199+220=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC7DC is #633823. Grayscale: #BCBCBC. Windows color (decimal): -6502436 or 14469020. OLE color: 14469020.

HSL color Cylindrical-coordinate representation of color #9CC7DC: hue angle of 199.69º 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 #9CC7DC is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156199220-
CMYK0.290.1000.14
HSL199.69º47.76%73.73%-
HSV(B)199.69º29.09%86.27%-
XYZ47.0553.0875.48-
YUV188.54145.75104.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.13%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=27.13%
G=34.61%
B=38.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561992200.290.1000.14199.6947.7673.73
Hex9CC7DC1DA0Ec8304a
Octal234307334351201631060112
Binary10011100110001111101110011101101001110110010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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