#9CD3DD

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

Shades of Regent St Blue #9CD3DD

Tints of Regent St Blue #9CD3DD

Color information

#9CD3DD (or 0x9CD3DD) is unknown color: approx Regent St Blue. HEX triplet: 9C, D3 and DD. RGB value is (156,211,221). Sum of RGB (Red+Green+Blue) = 156+211+221=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CD3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD3DD is #632C22. Grayscale: #C3C3C3. Windows color (decimal): -6499363 or 14537628. OLE color: 14537628.

HSL color Cylindrical-coordinate representation of color #9CD3DD: hue angle of 189.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CD3DD is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156211221-
CMYK0.290.0500.13
HSL189.23º48.87%73.92%-
HSV(B)189.23º29.41%86.67%-
XYZ50.0658.8877.13-
YUV195.7142.2899.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.53%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=26.53%
G=35.88%
B=37.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562112210.290.0500.13189.2348.8773.92
Hex9CD3DD1D50Dbd314a
Octal23432333535501527561112
Binary1001110011010011110111011110110101101101111011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,211,221); }

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

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

 a { background-color: rgb(156,211,221); }

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

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

 span { border-color: rgb(156,211,221); }

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