#9FD1DB

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

Shades of Regent St Blue #9FD1DB

Tints of Regent St Blue #9FD1DB

Color information

#9FD1DB (or 0x9FD1DB) is unknown color: approx Regent St Blue. HEX triplet: 9F, D1 and DB. RGB value is (159,209,219). Sum of RGB (Red+Green+Blue) = 159+209+219=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FD1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD1DB is #602E24. Grayscale: #C3C3C3. Windows color (decimal): -6303269 or 14406047. OLE color: 14406047.

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

Color convert

RGB159209219-
CMYK0.270.0500.14
HSL190º45.45%74.12%-
HSV(B)190º27.4%85.88%-
XYZ49.8858.0975.6-
YUV195.19141.44102.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.09%
GREEN value IS 209 (82.03% from 255) = 35.60%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=27.09%
G=35.60%
B=37.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592092190.270.0500.1419045.4574.12
Hex9FD1DB1B50Ebe2d4a
Octal23732133333501627655112
Binary1001111111010001110110111101110101110101111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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