#9FC1CC

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

Shades of Regent St Blue #9FC1CC

Tints of Regent St Blue #9FC1CC

Color information

#9FC1CC (or 0x9FC1CC) is unknown color: approx Regent St Blue. HEX triplet: 9F, C1 and CC. RGB value is (159,193,204). Sum of RGB (Red+Green+Blue) = 159+193+204=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1CC is #603E33. Grayscale: #B8B8B8. Windows color (decimal): -6307380 or 13418911. OLE color: 13418911.

HSL color Cylindrical-coordinate representation of color #9FC1CC: hue angle of 194.67º degrees, saturation: 0.31, 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 #9FC1CC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159193204-
CMYK0.220.0500.2
HSL194.67º30.61%71.18%-
HSV(B)194.67º22.06%80%-
XYZ44.2749.8764.42-
YUV184.09139.24110.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.60%
GREEN value IS 193 (75.78% from 255) = 34.71%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=28.60%
G=34.71%
B=36.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591932040.220.0500.2194.6730.6171.18
Hex9FC1CC165014c31f47
Octal23730131426502430337107
Binary1001111111000001110011001011010101010011000011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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