#ADC7CE

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

Shades of Regent St Blue #ADC7CE

Tints of Regent St Blue #ADC7CE

Color information

#ADC7CE (or 0xADC7CE) is unknown color: approx Regent St Blue. HEX triplet: AD, C7 and CE. RGB value is (173,199,206). Sum of RGB (Red+Green+Blue) = 173+199+206=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7CE is #523831. Grayscale: #BFBFBF. Windows color (decimal): -5388338 or 13551533. OLE color: 13551533.

HSL color Cylindrical-coordinate representation of color #ADC7CE: hue angle of 192.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC7CE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173199206-
CMYK0.160.0300.19
HSL192.73º25.19%74.31%-
HSV(B)192.73º16.02%80.78%-
XYZ48.854.1966.28-
YUV192.02135.89114.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 199 (78.12% from 255) = 34.43%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=29.93%
G=34.43%
B=35.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731992060.160.0300.19192.7325.1974.31
HexADC7CE103013c1194a
Octal25530731620302330131112
Binary101011011100011111001110100001101001111000001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7CE; }

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

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

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

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

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

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

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

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