#99D1DF

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

Shades of Regent St Blue #99D1DF

Tints of Regent St Blue #99D1DF

Color information

#99D1DF (or 0x99D1DF) is unknown color: approx Regent St Blue. HEX triplet: 99, D1 and DF. RGB value is (153,209,223). Sum of RGB (Red+Green+Blue) = 153+209+223=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #99D1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D1DF is #662E20. Grayscale: #C1C1C1. Windows color (decimal): -6696481 or 14668185. OLE color: 14668185.

HSL color Cylindrical-coordinate representation of color #99D1DF: hue angle of 192º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D1DF is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153209223-
CMYK0.310.0600.13
HSL192º52.24%73.73%-
HSV(B)192º31.39%87.45%-
XYZ49.2657.778.35-
YUV193.85144.4598.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.15%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=26.15%
G=35.73%
B=38.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532092230.310.0600.1319252.2473.73
Hex99D1DF1F60Dc0344a
Octal23132133737601530064112
Binary1001100111010001110111111111111001101110000001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D1DF; }

 p { color: rgb(153,209,223); }

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

<style>
 a { background-color: #99D1DF; }

 a { background-color: rgb(153,209,223); }

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

<style>
 span { border-color: #99D1DF; }

 span { border-color: rgb(153,209,223); }

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