#9FC7D0

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

Shades of Regent St Blue #9FC7D0

Tints of Regent St Blue #9FC7D0

Color information

#9FC7D0 (or 0x9FC7D0) is unknown color: approx Regent St Blue. HEX triplet: 9F, C7 and D0. RGB value is (159,199,208). Sum of RGB (Red+Green+Blue) = 159+199+208=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #9FC7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC7D0 is #60382F. Grayscale: #BBBBBB. Windows color (decimal): -6305840 or 13682591. OLE color: 13682591.

HSL color Cylindrical-coordinate representation of color #9FC7D0: hue angle of 191.02º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FC7D0 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159199208-
CMYK0.240.0400.18
HSL191.02º34.27%71.96%-
HSV(B)191.02º23.56%81.57%-
XYZ46.1152.7767.43-
YUV188.07139.25107.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.09%
GREEN value IS 199 (78.12% from 255) = 35.16%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=28.09%
G=35.16%
B=36.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591992080.240.0400.18191.0234.2771.96
Hex9FC7D0184012bf2248
Octal23730732030402227742110
Binary10011111110001111101000011000100010010101111111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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