#ADC7CF

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

Shades of Regent St Blue #ADC7CF

Tints of Regent St Blue #ADC7CF

Color information

#ADC7CF (or 0xADC7CF) is unknown color: approx Regent St Blue. HEX triplet: AD, C7 and CF. RGB value is (173,199,207). Sum of RGB (Red+Green+Blue) = 173+199+207=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CF is #523830. Grayscale: #C0C0C0. Windows color (decimal): -5388337 or 13617069. OLE color: 13617069.

HSL color Cylindrical-coordinate representation of color #ADC7CF: hue angle of 194.12º 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 #ADC7CF is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173199207-
CMYK0.160.0400.19
HSL194.12º26.15%74.51%-
HSV(B)194.12º16.43%81.18%-
XYZ48.9254.2466.92-
YUV192.14136.39114.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 199 (78.12% from 255) = 34.37%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=29.88%
G=34.37%
B=35.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731992070.160.0400.19194.1226.1574.51
HexADC7CF104013c21a4b
Octal25530731720402330232113
Binary1010110111000111110011111000010001001111000010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7CF; }

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

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

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

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

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

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

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

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