#ADC9CF

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

Shades of Regent St Blue #ADC9CF

Tints of Regent St Blue #ADC9CF

Color information

#ADC9CF (or 0xADC9CF) is unknown color: approx Regent St Blue. HEX triplet: AD, C9 and CF. RGB value is (173,201,207). Sum of RGB (Red+Green+Blue) = 173+201+207=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9CF is #523630. Grayscale: #C1C1C1. Windows color (decimal): -5387825 or 13617581. OLE color: 13617581.

HSL color Cylindrical-coordinate representation of color #ADC9CF: hue angle of 190.59º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC9CF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173201207-
CMYK0.160.0300.19
HSL190.59º26.15%74.51%-
HSV(B)190.59º16.43%81.18%-
XYZ49.3855.1667.08-
YUV193.31135.72113.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.78%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=29.78%
G=34.60%
B=35.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732012070.160.0300.19190.5926.1574.51
HexADC9CF103013bf1a4b
Octal25531131720302327732113
Binary101011011100100111001111100001101001110111111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9CF; }

 p { color: rgb(173,201,207); }

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

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

 a { background-color: rgb(173,201,207); }

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

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

 span { border-color: rgb(173,201,207); }

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