#9FCCDC

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

Shades of Regent St Blue #9FCCDC

Tints of Regent St Blue #9FCCDC

Color information

#9FCCDC (or 0x9FCCDC) is unknown color: approx Regent St Blue. HEX triplet: 9F, CC and DC. RGB value is (159,204,220). Sum of RGB (Red+Green+Blue) = 159+204+220=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FCCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDC is #603323. Grayscale: #C0C0C0. Windows color (decimal): -6304548 or 14470303. OLE color: 14470303.

HSL color Cylindrical-coordinate representation of color #9FCCDC: hue angle of 195.74º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCCDC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159204220-
CMYK0.280.0700.14
HSL195.74º46.56%74.31%-
HSV(B)195.74º27.73%86.27%-
XYZ48.8155.7275.89-
YUV192.37143.59104.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=27.27%
G=34.99%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592042200.280.0700.14195.7446.5674.31
Hex9FCCDC1C70Ec42f4a
Octal23731433434701630457112
Binary1001111111001100110111001110011101110110001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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