#ADCED5

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

Shades of Regent St Blue #ADCED5

Tints of Regent St Blue #ADCED5

Color information

#ADCED5 (or 0xADCED5) is unknown color: approx Regent St Blue. HEX triplet: AD, CE and D5. RGB value is (173,206,213). Sum of RGB (Red+Green+Blue) = 173+206+213=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCED5 is #52312A. Grayscale: #C4C4C4. Windows color (decimal): -5386539 or 14012077. OLE color: 14012077.

HSL color Cylindrical-coordinate representation of color #ADCED5: hue angle of 190.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 #ADCED5 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173206213-
CMYK0.190.0300.16
HSL190.5º32.26%75.69%-
HSV(B)190.5º18.78%83.53%-
XYZ51.3257.8371.41-
YUV196.93137.07110.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=29.22%
G=34.80%
B=35.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732062130.190.0300.16190.532.2675.69
HexADCED5133010be204c
Octal25531632523302027640114
Binary1010110111001110110101011001111010000101111101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCED5; }

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

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

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

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

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

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

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

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