#9FCFD6

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

Shades of Regent St Blue #9FCFD6

Tints of Regent St Blue #9FCFD6

Color information

#9FCFD6 (or 0x9FCFD6) is unknown color: approx Regent St Blue. HEX triplet: 9F, CF and D6. RGB value is (159,207,214). Sum of RGB (Red+Green+Blue) = 159+207+214=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FCFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFD6 is #603029. Grayscale: #C1C1C1. Windows color (decimal): -6303786 or 14077855. OLE color: 14077855.

HSL color Cylindrical-coordinate representation of color #9FCFD6: hue angle of 187.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FCFD6 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB159207214-
CMYK0.260.0300.16
HSL187.64º40.15%73.14%-
HSV(B)187.64º25.7%83.92%-
XYZ48.7556.8572.02-
YUV193.45139.6103.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 214 (83.98% from 255) = 36.90%
R=27.41%
G=35.69%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592072140.260.0300.16187.6440.1573.14
Hex9FCFD61A3010bc2849
Octal23731732632302027450111
Binary1001111111001111110101101101011010000101111001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,207,214); }

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

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

 a { background-color: rgb(159,207,214); }

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

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

 span { border-color: rgb(159,207,214); }

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