#9FCCDD

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

Shades of Regent St Blue #9FCCDD

Tints of Regent St Blue #9FCCDD

Color information

#9FCCDD (or 0x9FCCDD) is unknown color: approx Regent St Blue. HEX triplet: 9F, CC and DD. RGB value is (159,204,221). Sum of RGB (Red+Green+Blue) = 159+204+221=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDD is #603322. Grayscale: #C0C0C0. Windows color (decimal): -6304547 or 14535839. OLE color: 14535839.

HSL color Cylindrical-coordinate representation of color #9FCCDD: hue angle of 196.45º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCCDD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159204221-
CMYK0.280.0800.13
HSL196.45º47.69%74.51%-
HSV(B)196.45º28.05%86.67%-
XYZ48.9455.7876.59-
YUV192.48144.09104.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.23%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=27.23%
G=34.93%
B=37.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592042210.280.0800.13196.4547.6974.51
Hex9FCCDD1C80Dc4304b
Octal237314335341001530460113
Binary10011111110011001101110111100100001101110001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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