#9CCCDC

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

Shades of Regent St Blue #9CCCDC

Tints of Regent St Blue #9CCCDC

Color information

#9CCCDC (or 0x9CCCDC) is unknown color: approx Regent St Blue. HEX triplet: 9C, CC and DC. RGB value is (156,204,220). Sum of RGB (Red+Green+Blue) = 156+204+220=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCDC is #633323. Grayscale: #BFBFBF. Windows color (decimal): -6501156 or 14470300. OLE color: 14470300.

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

Color convert

RGB156204220-
CMYK0.290.0700.14
HSL195º47.76%73.73%-
HSV(B)195º29.09%86.27%-
XYZ48.2255.4275.87-
YUV191.47144.1102.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.90%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=26.90%
G=35.17%
B=37.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562042200.290.0700.1419547.7673.73
Hex9CCCDC1D70Ec3304a
Octal23431433435701630360112
Binary1001110011001100110111001110111101110110000111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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