#9FC6CD

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

Shades of Regent St Blue #9FC6CD

Tints of Regent St Blue #9FC6CD

Color information

#9FC6CD (or 0x9FC6CD) is unknown color: approx Regent St Blue. HEX triplet: 9F, C6 and CD. RGB value is (159,198,205). Sum of RGB (Red+Green+Blue) = 159+198+205=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC6CD is #603932. Grayscale: #BBBBBB. Windows color (decimal): -6306099 or 13485727. OLE color: 13485727.

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

Color convert

RGB159198205-
CMYK0.220.0300.20
HSL189.13º31.51%71.37%-
HSV(B)189.13º22.44%80.39%-
XYZ45.5152.1765.43-
YUV187.14138.08107.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=28.29%
G=35.23%
B=36.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591982050.220.0300.20189.1331.5171.37
Hex9FC6CD163014bd2047
Octal23730631526302427540107
Binary1001111111000110110011011011011010100101111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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