#9FC7D3

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

Shades of Regent St Blue #9FC7D3

Tints of Regent St Blue #9FC7D3

Color information

#9FC7D3 (or 0x9FC7D3) is unknown color: approx Regent St Blue. HEX triplet: 9F, C7 and D3. RGB value is (159,199,211). Sum of RGB (Red+Green+Blue) = 159+199+211=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #9FC7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC7D3 is #60382C. Grayscale: #BCBCBC. Windows color (decimal): -6305837 or 13879199. OLE color: 13879199.

HSL color Cylindrical-coordinate representation of color #9FC7D3: hue angle of 193.85º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FC7D3 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB159199211-
CMYK0.250.0600.17
HSL193.85º37.14%72.55%-
HSV(B)193.85º24.64%82.75%-
XYZ46.4852.9269.39-
YUV188.41140.75107.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.94%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=27.94%
G=34.97%
B=37.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1591992110.250.0600.17193.8537.1472.55
Hex9FC7D3196011c22549
Octal23730732331602130245111
Binary10011111110001111101001111001110010001110000101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,199,211); }

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

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

 a { background-color: rgb(159,199,211); }

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

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

 span { border-color: rgb(159,199,211); }

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