#9FCDDE

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

Shades of Regent St Blue #9FCDDE

Tints of Regent St Blue #9FCDDE

Color information

#9FCDDE (or 0x9FCDDE) is unknown color: approx Regent St Blue. HEX triplet: 9F, CD and DE. RGB value is (159,205,222). Sum of RGB (Red+Green+Blue) = 159+205+222=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDDE is #603221. Grayscale: #C1C1C1. Windows color (decimal): -6304290 or 14601631. OLE color: 14601631.

HSL color Cylindrical-coordinate representation of color #9FCDDE: hue angle of 196.19º degrees, saturation: 0.49, 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 #9FCDDE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159205222-
CMYK0.280.0800.13
HSL196.19º48.84%74.71%-
HSV(B)196.19º28.38%87.06%-
XYZ49.3156.3177.38-
YUV193.18144.26103.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=27.13%
G=34.98%
B=37.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592052220.280.0800.13196.1948.8474.71
Hex9FCDDE1C80Dc4314b
Octal237315336341001530461113
Binary10011111110011011101111011100100001101110001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,222); }

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

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

 a { background-color: rgb(159,205,222); }

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

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

 span { border-color: rgb(159,205,222); }

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