#ADCED4

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

Shades of Regent St Blue #ADCED4

Tints of Regent St Blue #ADCED4

Color information

#ADCED4 (or 0xADCED4) is unknown color: approx Regent St Blue. HEX triplet: AD, CE and D4. RGB value is (173,206,212). Sum of RGB (Red+Green+Blue) = 173+206+212=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADCED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCED4 is #52312B. Grayscale: #C4C4C4. Windows color (decimal): -5386540 or 13946541. OLE color: 13946541.

HSL color Cylindrical-coordinate representation of color #ADCED4: hue angle of 189.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCED4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB173206212-
CMYK0.180.0300.17
HSL189.23º31.2%75.49%-
HSV(B)189.23º18.4%83.14%-
XYZ51.1957.7870.74-
YUV196.82136.57111.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=29.27%
G=34.86%
B=35.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732062120.180.0300.17189.2331.275.49
HexADCED4123011bd1f4b
Octal25531632422302127537113
Binary101011011100111011010100100101101000110111101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCED4; }

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

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

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

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

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

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

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

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