#ADCAD5

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

Shades of Regent St Blue #ADCAD5

Tints of Regent St Blue #ADCAD5

Color information

#ADCAD5 (or 0xADCAD5) is unknown color: approx Regent St Blue. HEX triplet: AD, CA and D5. RGB value is (173,202,213). Sum of RGB (Red+Green+Blue) = 173+202+213=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADCAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAD5 is #52352A. Grayscale: #C2C2C2. Windows color (decimal): -5387563 or 14011053. OLE color: 14011053.

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

Color convert

RGB173202213-
CMYK0.190.0500.16
HSL196.5º32.26%75.69%-
HSV(B)196.5º18.78%83.53%-
XYZ50.3655.9371.09-
YUV194.58138.39112.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=29.42%
G=34.35%
B=36.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732022130.190.0500.16196.532.2675.69
HexADCAD5135010c4204c
Octal25531232523502030440114
Binary10101101110010101101010110011101010000110001001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAD5; }

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

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

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

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

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

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

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

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