#9FC3D3

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

Shades of Regent St Blue #9FC3D3

Tints of Regent St Blue #9FC3D3

Color information

#9FC3D3 (or 0x9FC3D3) is unknown color: approx Regent St Blue. HEX triplet: 9F, C3 and D3. RGB value is (159,195,211). Sum of RGB (Red+Green+Blue) = 159+195+211=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 211 - color contains mainly: blue. Hex color #9FC3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC3D3 is #603C2C. Grayscale: #B9B9B9. Windows color (decimal): -6306861 or 13878175. OLE color: 13878175.

HSL color Cylindrical-coordinate representation of color #9FC3D3: hue angle of 198.46º 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 #9FC3D3 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB159195211-
CMYK0.250.0800.17
HSL198.46º37.14%72.55%-
HSV(B)198.46º24.64%82.75%-
XYZ45.5751.169.09-
YUV186.06142.07108.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 211 (82.81% from 255) = 37.35%
R=28.14%
G=34.51%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1591952110.250.0800.17198.4637.1472.55
Hex9FC3D3198011c62549
Octal237303323311002130645111
Binary100111111100001111010011110011000010001110001101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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