#a8c7ce

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

Shades of Regent St Blue #A8C7CE

Tints of Regent St Blue #A8C7CE

Color information

#A8C7CE (or 0xA8C7CE) is unknown color: approx Regent St Blue. HEX triplet: A8, C7 and CE. RGB value is (168,199,206). Sum of RGB (Red+Green+Blue) = 168+199+206=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8C7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7CE is #573831. Grayscale: #BEBEBE. Windows color (decimal): -5716018 or 13551528. OLE color: 13551528.

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

Color convert

RGB168199206-
CMYK0.180.0300.19
HSL191.05º27.94%73.33%-
HSV(B)191.05º18.45%80.78%-
XYZ47.7153.6366.23-
YUV190.53136.73111.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=29.32%
G=34.73%
B=35.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681992060.180.0300.19191.0527.9473.33
HexA8C7CE123013bf1c49
Octal25030731622302327734111
Binary101010001100011111001110100101101001110111111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8c7ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8c7ce; }

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

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

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

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

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

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

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

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