#9FCADC

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

Shades of Regent St Blue #9FCADC

Tints of Regent St Blue #9FCADC

Color information

#9FCADC (or 0x9FCADC) is unknown color: approx Regent St Blue. HEX triplet: 9F, CA and DC. RGB value is (159,202,220). Sum of RGB (Red+Green+Blue) = 159+202+220=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCADC is #603523. Grayscale: #BFBFBF. Windows color (decimal): -6305060 or 14469791. OLE color: 14469791.

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

Color convert

RGB159202220-
CMYK0.280.0800.14
HSL197.7º46.56%74.31%-
HSV(B)197.7º27.73%86.27%-
XYZ48.3454.7875.74-
YUV191.2144.25105.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=27.37%
G=34.77%
B=37.87%

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
Decimal1592022200.280.0800.14197.746.5674.31
Hex9FCADC1C80Ec62f4a
Octal237312334341001630657112
Binary10011111110010101101110011100100001110110001101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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