#ADCCD5

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

Shades of Regent St Blue #ADCCD5

Tints of Regent St Blue #ADCCD5

Color information

#ADCCD5 (or 0xADCCD5) is unknown color: approx Regent St Blue. HEX triplet: AD, CC and D5. RGB value is (173,204,213). Sum of RGB (Red+Green+Blue) = 173+204+213=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADCCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCD5 is #52332A. Grayscale: #C3C3C3. Windows color (decimal): -5387051 or 14011565. OLE color: 14011565.

HSL color Cylindrical-coordinate representation of color #ADCCD5: hue angle of 193.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADCCD5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173204213-
CMYK0.190.0400.16
HSL193.5º32.26%75.69%-
HSV(B)193.5º18.78%83.53%-
XYZ50.8456.8771.25-
YUV195.76137.73111.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=29.32%
G=34.58%
B=36.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732042130.190.0400.16193.532.2675.69
HexADCCD5134010c2204c
Octal25531432523402030240114
Binary10101101110011001101010110011100010000110000101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCD5; }

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

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

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

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

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

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

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

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