#ADCBD7

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

Shades of Regent St Blue #ADCBD7

Tints of Regent St Blue #ADCBD7

Color information

#ADCBD7 (or 0xADCBD7) is unknown color: approx Regent St Blue. HEX triplet: AD, CB and D7. RGB value is (173,203,215). Sum of RGB (Red+Green+Blue) = 173+203+215=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADCBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBD7 is #523428. Grayscale: #C3C3C3. Windows color (decimal): -5387305 or 14142381. OLE color: 14142381.

HSL color Cylindrical-coordinate representation of color #ADCBD7: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCBD7 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173203215-
CMYK0.200.0600.16
HSL197.14º34.43%76.08%-
HSV(B)197.14º19.53%84.31%-
XYZ50.8656.572.52-
YUV195.4139.06112.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=29.27%
G=34.35%
B=36.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732032150.200.0600.16197.1434.4376.08
HexADCBD7146010c5224c
Octal25531332724602030542114
Binary10101101110010111101011110100110010000110001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBD7; }

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

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

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

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

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

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

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

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