#9FC1CD

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

Shades of Regent St Blue #9FC1CD

Tints of Regent St Blue #9FC1CD

Color information

#9FC1CD (or 0x9FC1CD) is unknown color: approx Regent St Blue. HEX triplet: 9F, C1 and CD. RGB value is (159,193,205). Sum of RGB (Red+Green+Blue) = 159+193+205=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1CD is #603E32. Grayscale: #B8B8B8. Windows color (decimal): -6307379 or 13484447. OLE color: 13484447.

HSL color Cylindrical-coordinate representation of color #9FC1CD: hue angle of 195.65º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FC1CD is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159193205-
CMYK0.220.0600.20
HSL195.65º31.51%71.37%-
HSV(B)195.65º22.44%80.39%-
XYZ44.3949.9265.05-
YUV184.2139.74110.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.55%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=28.55%
G=34.65%
B=36.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591932050.220.0600.20195.6531.5171.37
Hex9FC1CD166014c42047
Octal23730131526602430440107
Binary10011111110000011100110110110110010100110001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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