#9FCEDD

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

Shades of Regent St Blue #9FCEDD

Tints of Regent St Blue #9FCEDD

Color information

#9FCEDD (or 0x9FCEDD) is unknown color: approx Regent St Blue. HEX triplet: 9F, CE and DD. RGB value is (159,206,221). Sum of RGB (Red+Green+Blue) = 159+206+221=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEDD is #603122. Grayscale: #C1C1C1. Windows color (decimal): -6304035 or 14536351. OLE color: 14536351.

HSL color Cylindrical-coordinate representation of color #9FCEDD: hue angle of 194.52º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCEDD is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159206221-
CMYK0.280.0700.13
HSL194.52º47.69%74.51%-
HSV(B)194.52º28.05%86.67%-
XYZ49.4256.7376.75-
YUV193.66143.43103.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=27.13%
G=35.15%
B=37.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592062210.280.0700.13194.5247.6974.51
Hex9FCEDD1C70Dc3304b
Octal23731633534701530360113
Binary1001111111001110110111011110011101101110000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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