#ADCDD5

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

Shades of Regent St Blue #ADCDD5

Tints of Regent St Blue #ADCDD5

Color information

#ADCDD5 (or 0xADCDD5) is unknown color: approx Regent St Blue. HEX triplet: AD, CD and D5. RGB value is (173,205,213). Sum of RGB (Red+Green+Blue) = 173+205+213=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADCDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD5 is #52322A. Grayscale: #C4C4C4. Windows color (decimal): -5386795 or 14011821. OLE color: 14011821.

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

Color convert

RGB173205213-
CMYK0.190.0400.16
HSL192º32.26%75.69%-
HSV(B)192º18.78%83.53%-
XYZ51.0857.3571.33-
YUV196.34137.4111.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=29.27%
G=34.69%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732052130.190.0400.1619232.2675.69
HexADCDD5134010c0204c
Octal25531532523402030040114
Binary10101101110011011101010110011100010000110000001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDD5; }

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

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

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

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

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

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

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

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