#9FCFDD

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

Shades of Regent St Blue #9FCFDD

Tints of Regent St Blue #9FCFDD

Color information

#9FCFDD (or 0x9FCFDD) is unknown color: approx Regent St Blue. HEX triplet: 9F, CF and DD. RGB value is (159,207,221). Sum of RGB (Red+Green+Blue) = 159+207+221=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFDD is #603022. Grayscale: #C2C2C2. Windows color (decimal): -6303779 or 14536607. OLE color: 14536607.

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

Color convert

RGB159207221-
CMYK0.280.0600.13
HSL193.55º47.69%74.51%-
HSV(B)193.55º28.05%86.67%-
XYZ49.6657.2276.83-
YUV194.24143.1102.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.09%
GREEN value IS 207 (81.25% from 255) = 35.26%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=27.09%
G=35.26%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592072210.280.0600.13193.5547.6974.51
Hex9FCFDD1C60Dc2304b
Octal23731733534601530260113
Binary1001111111001111110111011110011001101110000101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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