#ADC8D5

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

Shades of Regent St Blue #ADC8D5

Tints of Regent St Blue #ADC8D5

Color information

#ADC8D5 (or 0xADC8D5) is unknown color: approx Regent St Blue. HEX triplet: AD, C8 and D5. RGB value is (173,200,213). Sum of RGB (Red+Green+Blue) = 173+200+213=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADC8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8D5 is #52372A. Grayscale: #C1C1C1. Windows color (decimal): -5388075 or 14010541. OLE color: 14010541.

HSL color Cylindrical-coordinate representation of color #ADC8D5: hue angle of 199.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC8D5 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173200213-
CMYK0.190.0600.16
HSL199.5º32.26%75.69%-
HSV(B)199.5º18.78%83.53%-
XYZ49.95570.94-
YUV193.41139.05113.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=29.52%
G=34.13%
B=36.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732002130.190.0600.16199.532.2675.69
HexADC8D5136010c8204c
Octal25531032523602031040114
Binary10101101110010001101010110011110010000110010001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8D5; }

 p { color: rgb(173,200,213); }

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

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

 a { background-color: rgb(173,200,213); }

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

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

 span { border-color: rgb(173,200,213); }

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