#9FCADB

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

Shades of Regent St Blue #9FCADB

Tints of Regent St Blue #9FCADB

Color information

#9FCADB (or 0x9FCADB) is unknown color: approx Regent St Blue. HEX triplet: 9F, CA and DB. RGB value is (159,202,219). Sum of RGB (Red+Green+Blue) = 159+202+219=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCADB is #603524. Grayscale: #BEBEBE. Windows color (decimal): -6305061 or 14404255. OLE color: 14404255.

HSL color Cylindrical-coordinate representation of color #9FCADB: hue angle of 197º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FCADB is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159202219-
CMYK0.270.0800.14
HSL197º45.45%74.12%-
HSV(B)197º27.4%85.88%-
XYZ48.254.7375.04-
YUV191.08143.75105.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=27.41%
G=34.83%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592022190.270.0800.1419745.4574.12
Hex9FCADB1B80Ec52d4a
Octal237312333331001630555112
Binary10011111110010101101101111011100001110110001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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