#ADCFD5

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

Shades of Regent St Blue #ADCFD5

Tints of Regent St Blue #ADCFD5

Color information

#ADCFD5 (or 0xADCFD5) is unknown color: approx Regent St Blue. HEX triplet: AD, CF and D5. RGB value is (173,207,213). Sum of RGB (Red+Green+Blue) = 173+207+213=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADCFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFD5 is #52302A. Grayscale: #C5C5C5. Windows color (decimal): -5386283 or 14012333. OLE color: 14012333.

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

Color convert

RGB173207213-
CMYK0.190.0300.16
HSL189º32.26%75.69%-
HSV(B)189º18.78%83.53%-
XYZ51.5658.3171.49-
YUV197.52136.74110.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=29.17%
G=34.91%
B=35.92%

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
Decimal1732072130.190.0300.1618932.2675.69
HexADCFD5133010bd204c
Octal25531732523302027540114
Binary1010110111001111110101011001111010000101111011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFD5; }

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

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

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

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

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

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

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

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