#9FC3CB

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

Shades of Regent St Blue #9FC3CB

Tints of Regent St Blue #9FC3CB

Color information

#9FC3CB (or 0x9FC3CB) is unknown color: approx Regent St Blue. HEX triplet: 9F, C3 and CB. RGB value is (159,195,203). Sum of RGB (Red+Green+Blue) = 159+195+203=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FC3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC3CB is #603C34. Grayscale: #B9B9B9. Windows color (decimal): -6306869 or 13353887. OLE color: 13353887.

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

Color convert

RGB159195203-
CMYK0.220.0400.20
HSL190.91º29.73%70.98%-
HSV(B)190.91º21.67%79.61%-
XYZ44.5950.7163.94-
YUV185.15138.07109.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.55%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=28.55%
G=35.01%
B=36.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591952030.220.0400.20190.9129.7370.98
Hex9FC3CB164014bf1e47
Octal23730331326402427736107
Binary1001111111000011110010111011010001010010111111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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