#9FC3CC

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

Shades of Regent St Blue #9FC3CC

Tints of Regent St Blue #9FC3CC

Color information

#9FC3CC (or 0x9FC3CC) is unknown color: approx Regent St Blue. HEX triplet: 9F, C3 and CC. RGB value is (159,195,204). Sum of RGB (Red+Green+Blue) = 159+195+204=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC3CC is #603C33. Grayscale: #B9B9B9. Windows color (decimal): -6306868 or 13419423. OLE color: 13419423.

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

Color convert

RGB159195204-
CMYK0.220.0400.2
HSL192º30.61%71.18%-
HSV(B)192º22.06%80%-
XYZ44.7150.7664.57-
YUV185.26138.57109.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=28.49%
G=34.95%
B=36.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591952040.220.0400.219230.6171.18
Hex9FC3CC164014c01f47
Octal23730331426402430037107
Binary1001111111000011110011001011010001010011000000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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