#9CCCD9

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

Shades of Regent St Blue #9CCCD9

Tints of Regent St Blue #9CCCD9

Color information

#9CCCD9 (or 0x9CCCD9) is unknown color: approx Regent St Blue. HEX triplet: 9C, CC and D9. RGB value is (156,204,217). Sum of RGB (Red+Green+Blue) = 156+204+217=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #9CCCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCD9 is #633326. Grayscale: #BFBFBF. Windows color (decimal): -6501159 or 14273692. OLE color: 14273692.

HSL color Cylindrical-coordinate representation of color #9CCCD9: hue angle of 192.79º 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 #9CCCD9 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156204217-
CMYK0.280.0600.15
HSL192.79º44.53%73.14%-
HSV(B)192.79º28.11%85.1%-
XYZ47.8355.2673.79-
YUV191.13142.6102.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=27.04%
G=35.36%
B=37.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562042170.280.0600.15192.7944.5373.14
Hex9CCCD91C60Fc12d49
Octal23431433134601730155111
Binary1001110011001100110110011110011001111110000011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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