#9FD0DB

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

Shades of Regent St Blue #9FD0DB

Tints of Regent St Blue #9FD0DB

Color information

#9FD0DB (or 0x9FD0DB) is unknown color: approx Regent St Blue. HEX triplet: 9F, D0 and DB. RGB value is (159,208,219). Sum of RGB (Red+Green+Blue) = 159+208+219=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FD0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD0DB is #602F24. Grayscale: #C2C2C2. Windows color (decimal): -6303525 or 14405791. OLE color: 14405791.

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

Color convert

RGB159208219-
CMYK0.270.0500.14
HSL191º45.45%74.12%-
HSV(B)191º27.4%85.88%-
XYZ49.6457.675.52-
YUV194.6141.77102.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.13%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=27.13%
G=35.49%
B=37.37%

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
Decimal1592082190.270.0500.1419145.4574.12
Hex9FD0DB1B50Ebf2d4a
Octal23732033333501627755112
Binary1001111111010000110110111101110101110101111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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