#9FCDDD

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

Shades of Regent St Blue #9FCDDD

Tints of Regent St Blue #9FCDDD

Color information

#9FCDDD (or 0x9FCDDD) is unknown color: approx Regent St Blue. HEX triplet: 9F, CD and DD. RGB value is (159,205,221). Sum of RGB (Red+Green+Blue) = 159+205+221=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDDD is #603222. Grayscale: #C0C0C0. Windows color (decimal): -6304291 or 14536095. OLE color: 14536095.

HSL color Cylindrical-coordinate representation of color #9FCDDD: hue angle of 195.48º 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 #9FCDDD is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159205221-
CMYK0.280.0700.13
HSL195.48º47.69%74.51%-
HSV(B)195.48º28.05%86.67%-
XYZ49.1856.2576.67-
YUV193.07143.76103.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=27.18%
G=35.04%
B=37.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592052210.280.0700.13195.4847.6974.51
Hex9FCDDD1C70Dc3304b
Octal23731533534701530360113
Binary1001111111001101110111011110011101101110000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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