#9FC2CC

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

Shades of Regent St Blue #9FC2CC

Tints of Regent St Blue #9FC2CC

Color information

#9FC2CC (or 0x9FC2CC) is unknown color: approx Regent St Blue. HEX triplet: 9F, C2 and CC. RGB value is (159,194,204). Sum of RGB (Red+Green+Blue) = 159+194+204=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2CC is #603D33. Grayscale: #B8B8B8. Windows color (decimal): -6307124 or 13419167. OLE color: 13419167.

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

Color convert

RGB159194204-
CMYK0.220.0500.2
HSL193.33º30.61%71.18%-
HSV(B)193.33º22.06%80%-
XYZ44.4950.3164.49-
YUV184.68138.9109.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.55%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=28.55%
G=34.83%
B=36.62%

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
Decimal1591942040.220.0500.2193.3330.6171.18
Hex9FC2CC165014c11f47
Octal23730231426502430137107
Binary1001111111000010110011001011010101010011000001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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