#9FCCDE

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

Shades of Regent St Blue #9FCCDE

Tints of Regent St Blue #9FCCDE

Color information

#9FCCDE (or 0x9FCCDE) is unknown color: approx Regent St Blue. HEX triplet: 9F, CC and DE. RGB value is (159,204,222). Sum of RGB (Red+Green+Blue) = 159+204+222=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCDE is #603321. Grayscale: #C0C0C0. Windows color (decimal): -6304546 or 14601375. OLE color: 14601375.

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

Color convert

RGB159204222-
CMYK0.280.0800.13
HSL197.14º48.84%74.71%-
HSV(B)197.14º28.38%87.06%-
XYZ49.0855.8377.3-
YUV192.6144.59104.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=27.18%
G=34.87%
B=37.95%

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
Decimal1592042220.280.0800.13197.1448.8474.71
Hex9FCCDE1C80Dc5314b
Octal237314336341001530561113
Binary10011111110011001101111011100100001101110001011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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