#9FC5CD

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

Shades of Regent St Blue #9FC5CD

Tints of Regent St Blue #9FC5CD

Color information

#9FC5CD (or 0x9FC5CD) is unknown color: approx Regent St Blue. HEX triplet: 9F, C5 and CD. RGB value is (159,197,205). Sum of RGB (Red+Green+Blue) = 159+197+205=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC5CD is #603A32. Grayscale: #BABABA. Windows color (decimal): -6306355 or 13485471. OLE color: 13485471.

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

Color convert

RGB159197205-
CMYK0.220.0400.20
HSL190.43º31.51%71.37%-
HSV(B)190.43º22.44%80.39%-
XYZ45.2851.7165.35-
YUV186.55138.41108.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=28.34%
G=35.12%
B=36.54%

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
Decimal1591972050.220.0400.20190.4331.5171.37
Hex9FC5CD164014be2047
Octal23730531526402427640107
Binary10011111110001011100110110110100010100101111101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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