#ADCCD1

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

Shades of Regent St Blue #ADCCD1

Tints of Regent St Blue #ADCCD1

Color information

#ADCCD1 (or 0xADCCD1) is unknown color: approx Regent St Blue. HEX triplet: AD, CC and D1. RGB value is (173,204,209). Sum of RGB (Red+Green+Blue) = 173+204+209=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADCCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD1 is #52332E. Grayscale: #C3C3C3. Windows color (decimal): -5387055 or 13749421. OLE color: 13749421.

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

Color convert

RGB173204209-
CMYK0.170.0200.18
HSL188.33º28.12%74.9%-
HSV(B)188.33º17.22%81.96%-
XYZ50.3456.6768.61-
YUV195.3135.73112.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=29.52%
G=34.81%
B=35.67%

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
Decimal1732042090.170.0200.18188.3328.1274.9
HexADCCD1112012bc1c4b
Octal25531432121202227434113
Binary101011011100110011010001100011001001010111100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCD1; }

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

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

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

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

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

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

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

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