#9FD2DB

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

Shades of Regent St Blue #9FD2DB

Tints of Regent St Blue #9FD2DB

Color information

#9FD2DB (or 0x9FD2DB) is unknown color: approx Regent St Blue. HEX triplet: 9F, D2 and DB. RGB value is (159,210,219). Sum of RGB (Red+Green+Blue) = 159+210+219=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD2DB is #602D24. Grayscale: #C3C3C3. Windows color (decimal): -6303013 or 14406303. OLE color: 14406303.

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

Color convert

RGB159210219-
CMYK0.270.0400.14
HSL189º45.45%74.12%-
HSV(B)189º27.4%85.88%-
XYZ50.1358.5875.68-
YUV195.78141.1101.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.04%
GREEN value IS 210 (82.42% from 255) = 35.71%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=27.04%
G=35.71%
B=37.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592102190.270.0400.1418945.4574.12
Hex9FD2DB1B40Ebd2d4a
Octal23732233333401627555112
Binary1001111111010010110110111101110001110101111011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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