#9CCADC

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

Shades of Regent St Blue #9CCADC

Tints of Regent St Blue #9CCADC

Color information

#9CCADC (or 0x9CCADC) is unknown color: approx Regent St Blue. HEX triplet: 9C, CA and DC. RGB value is (156,202,220). Sum of RGB (Red+Green+Blue) = 156+202+220=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCADC is #633523. Grayscale: #BEBEBE. Windows color (decimal): -6501668 or 14469788. OLE color: 14469788.

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

Color convert

RGB156202220-
CMYK0.290.0800.14
HSL196.88º47.76%73.73%-
HSV(B)196.88º29.09%86.27%-
XYZ47.7554.4875.71-
YUV190.3144.76103.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.99%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=26.99%
G=34.95%
B=38.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562022200.290.0800.14196.8847.7673.73
Hex9CCADC1D80Ec5304a
Octal234312334351001630560112
Binary10011100110010101101110011101100001110110001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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