#9FCEDC

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

Shades of Regent St Blue #9FCEDC

Tints of Regent St Blue #9FCEDC

Color information

#9FCEDC (or 0x9FCEDC) is unknown color: approx Regent St Blue. HEX triplet: 9F, CE and DC. RGB value is (159,206,220). Sum of RGB (Red+Green+Blue) = 159+206+220=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEDC is #603123. Grayscale: #C1C1C1. Windows color (decimal): -6304036 or 14470815. OLE color: 14470815.

HSL color Cylindrical-coordinate representation of color #9FCEDC: hue angle of 193.77º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCEDC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159206220-
CMYK0.280.0600.14
HSL193.77º46.56%74.31%-
HSV(B)193.77º27.73%86.27%-
XYZ49.2956.6876.05-
YUV193.54142.93103.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=27.18%
G=35.21%
B=37.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592062200.280.0600.14193.7746.5674.31
Hex9FCEDC1C60Ec22f4a
Octal23731633434601630257112
Binary1001111111001110110111001110011001110110000101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,220); }

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

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

 a { background-color: rgb(159,206,220); }

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

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

 span { border-color: rgb(159,206,220); }

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