#9CD1DC

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

Shades of Regent St Blue #9CD1DC

Tints of Regent St Blue #9CD1DC

Color information

#9CD1DC (or 0x9CD1DC) is unknown color: approx Regent St Blue. HEX triplet: 9C, D1 and DC. RGB value is (156,209,220). Sum of RGB (Red+Green+Blue) = 156+209+220=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CD1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD1DC is #632E23. Grayscale: #C2C2C2. Windows color (decimal): -6499876 or 14471580. OLE color: 14471580.

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

Color convert

RGB156209220-
CMYK0.290.0500.14
HSL190.31º47.76%73.73%-
HSV(B)190.31º29.09%86.27%-
XYZ49.4357.8476.27-
YUV194.41142.44100.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.67%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=26.67%
G=35.73%
B=37.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562092200.290.0500.14190.3147.7673.73
Hex9CD1DC1D50Ebe304a
Octal23432133435501627660112
Binary1001110011010001110111001110110101110101111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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