#ADCBD0

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

Shades of Regent St Blue #ADCBD0

Tints of Regent St Blue #ADCBD0

Color information

#ADCBD0 (or 0xADCBD0) is unknown color: approx Regent St Blue. HEX triplet: AD, CB and D0. RGB value is (173,203,208). Sum of RGB (Red+Green+Blue) = 173+203+208=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADCBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBD0 is #52342F. Grayscale: #C2C2C2. Windows color (decimal): -5387312 or 13683629. OLE color: 13683629.

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

Color convert

RGB173203208-
CMYK0.170.0200.18
HSL188.57º27.13%74.71%-
HSV(B)188.57º16.83%81.57%-
XYZ49.9756.1567.88-
YUV194.6135.56112.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=29.62%
G=34.76%
B=35.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732032080.170.0200.18188.5727.1374.71
HexADCBD0112012bd1b4b
Octal25531332021202227533113
Binary101011011100101111010000100011001001010111101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBD0; }

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

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

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

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

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

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

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

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