#9CD0D9

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

Shades of Regent St Blue #9CD0D9

Tints of Regent St Blue #9CD0D9

Color information

#9CD0D9 (or 0x9CD0D9) is unknown color: approx Regent St Blue. HEX triplet: 9C, D0 and D9. RGB value is (156,208,217). Sum of RGB (Red+Green+Blue) = 156+208+217=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #9CD0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD0D9 is #632F26. Grayscale: #C1C1C1. Windows color (decimal): -6500135 or 14274716. OLE color: 14274716.

HSL color Cylindrical-coordinate representation of color #9CD0D9: hue angle of 188.85º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CD0D9 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156208217-
CMYK0.280.0400.15
HSL188.85º44.53%73.14%-
HSV(B)188.85º28.11%85.1%-
XYZ48.7957.1974.11-
YUV193.48141.27101.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.85%
GREEN value IS 208 (81.64% from 255) = 35.80%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=26.85%
G=35.80%
B=37.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562082170.280.0400.15188.8544.5373.14
Hex9CD0D91C40Fbd2d49
Octal23432033134401727555111
Binary1001110011010000110110011110010001111101111011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,217); }

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

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

 a { background-color: rgb(156,208,217); }

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

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

 span { border-color: rgb(156,208,217); }

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