#9FCFDC

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

Shades of Regent St Blue #9FCFDC

Tints of Regent St Blue #9FCFDC

Color information

#9FCFDC (or 0x9FCFDC) is unknown color: approx Regent St Blue. HEX triplet: 9F, CF and DC. RGB value is (159,207,220). Sum of RGB (Red+Green+Blue) = 159+207+220=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFDC is #603023. Grayscale: #C2C2C2. Windows color (decimal): -6303780 or 14471071. OLE color: 14471071.

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

Color convert

RGB159207220-
CMYK0.280.0600.14
HSL192.79º46.56%74.31%-
HSV(B)192.79º27.73%86.27%-
XYZ49.5357.1676.13-
YUV194.13142.6102.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=27.13%
G=35.32%
B=37.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592072200.280.0600.14192.7946.5674.31
Hex9FCFDC1C60Ec12f4a
Octal23731733434601630157112
Binary1001111111001111110111001110011001110110000011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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