#9CD1DF

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

Shades of Regent St Blue #9CD1DF

Tints of Regent St Blue #9CD1DF

Color information

#9CD1DF (or 0x9CD1DF) is unknown color: approx Regent St Blue. HEX triplet: 9C, D1 and DF. RGB value is (156,209,223). Sum of RGB (Red+Green+Blue) = 156+209+223=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CD1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD1DF is #632E20. Grayscale: #C2C2C2. Windows color (decimal): -6499873 or 14668188. OLE color: 14668188.

HSL color Cylindrical-coordinate representation of color #9CD1DF: hue angle of 192.54º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CD1DF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156209223-
CMYK0.300.0600.13
HSL192.54º51.15%74.31%-
HSV(B)192.54º30.04%87.45%-
XYZ49.835878.38-
YUV194.75143.94100.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.53%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=26.53%
G=35.54%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562092230.300.0600.13192.5451.1574.31
Hex9CD1DF1E60Dc1334a
Octal23432133736601530163112
Binary1001110011010001110111111111011001101110000011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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