#ADCBD3

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

Shades of Regent St Blue #ADCBD3

Tints of Regent St Blue #ADCBD3

Color information

#ADCBD3 (or 0xADCBD3) is unknown color: approx Regent St Blue. HEX triplet: AD, CB and D3. RGB value is (173,203,211). Sum of RGB (Red+Green+Blue) = 173+203+211=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADCBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBD3 is #52342C. Grayscale: #C2C2C2. Windows color (decimal): -5387309 or 13880237. OLE color: 13880237.

HSL color Cylindrical-coordinate representation of color #ADCBD3: hue angle of 192.63º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCBD3 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173203211-
CMYK0.180.0400.17
HSL192.63º30.16%75.29%-
HSV(B)192.63º18.01%82.75%-
XYZ50.3556.369.84-
YUV194.94137.06112.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 203 (79.69% from 255) = 34.58%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=29.47%
G=34.58%
B=35.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732032110.180.0400.17192.6330.1675.29
HexADCBD3124011c11e4b
Octal25531332322402130136113
Binary1010110111001011110100111001010001000111000001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBD3; }

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

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

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

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

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

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

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

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