#ADC9D5

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

Shades of Regent St Blue #ADC9D5

Tints of Regent St Blue #ADC9D5

Color information

#ADC9D5 (or 0xADC9D5) is unknown color: approx Regent St Blue. HEX triplet: AD, C9 and D5. RGB value is (173,201,213). Sum of RGB (Red+Green+Blue) = 173+201+213=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADC9D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9D5 is #52362A. Grayscale: #C1C1C1. Windows color (decimal): -5387819 or 14010797. OLE color: 14010797.

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

Color convert

RGB173201213-
CMYK0.190.0600.16
HSL198º32.26%75.69%-
HSV(B)198º18.78%83.53%-
XYZ50.1355.4671.01-
YUV194138.72113.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=29.47%
G=34.24%
B=36.29%

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
Decimal1732012130.190.0600.1619832.2675.69
HexADC9D5136010c6204c
Octal25531132523602030640114
Binary10101101110010011101010110011110010000110001101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9D5; }

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

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

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

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

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

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

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

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