#ADC7D0

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

Shades of Regent St Blue #ADC7D0

Tints of Regent St Blue #ADC7D0

Color information

#ADC7D0 (or 0xADC7D0) is unknown color: approx Regent St Blue. HEX triplet: AD, C7 and D0. RGB value is (173,199,208). Sum of RGB (Red+Green+Blue) = 173+199+208=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7D0 is #52382F. Grayscale: #C0C0C0. Windows color (decimal): -5388336 or 13682605. OLE color: 13682605.

HSL color Cylindrical-coordinate representation of color #ADC7D0: hue angle of 195.43º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC7D0 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173199208-
CMYK0.170.0400.18
HSL195.43º27.13%74.71%-
HSV(B)195.43º16.83%81.57%-
XYZ49.0454.2967.57-
YUV192.25136.89114.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 199 (78.12% from 255) = 34.31%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=29.83%
G=34.31%
B=35.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731992080.170.0400.18195.4327.1374.71
HexADC7D0114012c31b4b
Octal25530732021402230333113
Binary1010110111000111110100001000110001001011000011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7D0; }

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

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

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

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

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

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

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

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