#ADCBD1

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

Shades of Regent St Blue #ADCBD1

Tints of Regent St Blue #ADCBD1

Color information

#ADCBD1 (or 0xADCBD1) is unknown color: approx Regent St Blue. HEX triplet: AD, CB and D1. RGB value is (173,203,209). Sum of RGB (Red+Green+Blue) = 173+203+209=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADCBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBD1 is #52342E. Grayscale: #C2C2C2. Windows color (decimal): -5387311 or 13749165. OLE color: 13749165.

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

Color convert

RGB173203209-
CMYK0.170.0300.18
HSL190º28.12%74.9%-
HSV(B)190º17.22%81.96%-
XYZ50.156.268.53-
YUV194.71136.06112.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=29.57%
G=34.70%
B=35.73%

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
Decimal1732032090.170.0300.1819028.1274.9
HexADCBD1113012be1c4b
Octal25531332121302227634113
Binary101011011100101111010001100011101001010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBD1; }

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

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

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

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

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

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

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

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