#ADCDD7

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

Shades of Regent St Blue #ADCDD7

Tints of Regent St Blue #ADCDD7

Color information

#ADCDD7 (or 0xADCDD7) is unknown color: approx Regent St Blue. HEX triplet: AD, CD and D7. RGB value is (173,205,215). Sum of RGB (Red+Green+Blue) = 173+205+215=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADCDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDD7 is #523228. Grayscale: #C4C4C4. Windows color (decimal): -5386793 or 14142893. OLE color: 14142893.

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

Color convert

RGB173205215-
CMYK0.200.0500.16
HSL194.29º34.43%76.08%-
HSV(B)194.29º19.53%84.31%-
XYZ51.3357.4572.67-
YUV196.57138.4111.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=29.17%
G=34.57%
B=36.26%

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
Decimal1732052150.200.0500.16194.2934.4376.08
HexADCDD7145010c2224c
Octal25531532724502030242114
Binary10101101110011011101011110100101010000110000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDD7; }

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

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

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

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

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

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

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

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