#9FCBDC

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

Shades of Regent St Blue #9FCBDC

Tints of Regent St Blue #9FCBDC

Color information

#9FCBDC (or 0x9FCBDC) is unknown color: approx Regent St Blue. HEX triplet: 9F, CB and DC. RGB value is (159,203,220). Sum of RGB (Red+Green+Blue) = 159+203+220=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FCBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBDC is #603423. Grayscale: #BFBFBF. Windows color (decimal): -6304804 or 14470047. OLE color: 14470047.

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

Color convert

RGB159203220-
CMYK0.280.0800.14
HSL196.72º46.56%74.31%-
HSV(B)196.72º27.73%86.27%-
XYZ48.5755.2575.81-
YUV191.78143.92104.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.32%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=27.32%
G=34.88%
B=37.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592032200.280.0800.14196.7246.5674.31
Hex9FCBDC1C80Ec52f4a
Octal237313334341001630557112
Binary10011111110010111101110011100100001110110001011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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