#ADCAD1

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

Shades of Regent St Blue #ADCAD1

Tints of Regent St Blue #ADCAD1

Color information

#ADCAD1 (or 0xADCAD1) is unknown color: approx Regent St Blue. HEX triplet: AD, CA and D1. RGB value is (173,202,209). Sum of RGB (Red+Green+Blue) = 173+202+209=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADCAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAD1 is #52352E. Grayscale: #C2C2C2. Windows color (decimal): -5387567 or 13748909. OLE color: 13748909.

HSL color Cylindrical-coordinate representation of color #ADCAD1: hue angle of 191.67º degrees, saturation: 0.28, 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 #ADCAD1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173202209-
CMYK0.170.0300.18
HSL191.67º28.12%74.9%-
HSV(B)191.67º17.22%81.96%-
XYZ49.8655.7368.45-
YUV194.13136.39112.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=29.62%
G=34.59%
B=35.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732022090.170.0300.18191.6728.1274.9
HexADCAD1113012c01c4b
Octal25531232121302230034113
Binary101011011100101011010001100011101001011000000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAD1; }

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

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

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

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

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

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

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

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