#ADC8D2

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

Shades of Regent St Blue #ADC8D2

Tints of Regent St Blue #ADC8D2

Color information

#ADC8D2 (or 0xADC8D2) is unknown color: approx Regent St Blue. HEX triplet: AD, C8 and D2. RGB value is (173,200,210). Sum of RGB (Red+Green+Blue) = 173+200+210=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADC8D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8D2 is #52372D. Grayscale: #C1C1C1. Windows color (decimal): -5388078 or 13813933. OLE color: 13813933.

HSL color Cylindrical-coordinate representation of color #ADC8D2: hue angle of 196.22º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADC8D2 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173200210-
CMYK0.180.0500.18
HSL196.22º29.13%75.1%-
HSV(B)196.22º17.62%82.35%-
XYZ49.5254.8568.95-
YUV193.07137.55113.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=29.67%
G=34.31%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732002100.180.0500.18196.2229.1375.1
HexADC8D2125012c41d4b
Octal25531032222502230435113
Binary1010110111001000110100101001010101001011000100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8D2; }

 p { color: rgb(173,200,210); }

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

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

 a { background-color: rgb(173,200,210); }

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

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

 span { border-color: rgb(173,200,210); }

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