#9DC2CC

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

Shades of Regent St Blue #9DC2CC

Tints of Regent St Blue #9DC2CC

Color information

#9DC2CC (or 0x9DC2CC) is unknown color: approx Regent St Blue. HEX triplet: 9D, C2 and CC. RGB value is (157,194,204). Sum of RGB (Red+Green+Blue) = 157+194+204=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC2CC is #623D33. Grayscale: #B8B8B8. Windows color (decimal): -6438196 or 13419165. OLE color: 13419165.

HSL color Cylindrical-coordinate representation of color #9DC2CC: hue angle of 192.77º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DC2CC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157194204-
CMYK0.230.0500.2
HSL192.77º31.54%70.78%-
HSV(B)192.77º23.04%80%-
XYZ44.150.1164.48-
YUV184.08139.24108.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.29%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=28.29%
G=34.95%
B=36.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571942040.230.0500.2192.7731.5470.78
Hex9DC2CC175014c12047
Octal23530231427502430140107
Binary10011101110000101100110010111101010100110000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,194,204); }

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

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

 a { background-color: rgb(157,194,204); }

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

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

 span { border-color: rgb(157,194,204); }

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