#9DCCDC

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

Shades of Regent St Blue #9DCCDC

Tints of Regent St Blue #9DCCDC

Color information

#9DCCDC (or 0x9DCCDC) is unknown color: approx Regent St Blue. HEX triplet: 9D, CC and DC. RGB value is (157,204,220). Sum of RGB (Red+Green+Blue) = 157+204+220=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCDC is #623323. Grayscale: #BFBFBF. Windows color (decimal): -6435620 or 14470301. OLE color: 14470301.

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

Color convert

RGB157204220-
CMYK0.290.0700.14
HSL195.24º47.37%73.92%-
HSV(B)195.24º28.64%86.27%-
XYZ48.4255.5275.88-
YUV191.77143.93103.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.02%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=27.02%
G=35.11%
B=37.87%

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
Decimal1572042200.290.0700.14195.2447.3773.92
Hex9DCCDC1D70Ec32f4a
Octal23531433435701630357112
Binary1001110111001100110111001110111101110110000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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