#ADCCD7

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

Shades of Regent St Blue #ADCCD7

Tints of Regent St Blue #ADCCD7

Color information

#ADCCD7 (or 0xADCCD7) is unknown color: approx Regent St Blue. HEX triplet: AD, CC and D7. RGB value is (173,204,215). Sum of RGB (Red+Green+Blue) = 173+204+215=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADCCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD7 is #523328. Grayscale: #C3C3C3. Windows color (decimal): -5387049 or 14142637. OLE color: 14142637.

HSL color Cylindrical-coordinate representation of color #ADCCD7: hue angle of 195.71º 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 #ADCCD7 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173204215-
CMYK0.200.0500.16
HSL195.71º34.43%76.08%-
HSV(B)195.71º19.53%84.31%-
XYZ51.0956.9872.59-
YUV195.98138.73111.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=29.22%
G=34.46%
B=36.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732042150.200.0500.16195.7134.4376.08
HexADCCD7145010c4224c
Octal25531432724502030442114
Binary10101101110011001101011110100101010000110001001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCD7; }

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

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

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

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

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

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

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

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