#A8C7DA

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

Shades of Regent St Blue #A8C7DA

Tints of Regent St Blue #A8C7DA

Color information

#A8C7DA (or 0xA8C7DA) is unknown color: approx Regent St Blue. HEX triplet: A8, C7 and DA. RGB value is (168,199,218). Sum of RGB (Red+Green+Blue) = 168+199+218=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8C7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7DA is #573825. Grayscale: #BFBFBF. Windows color (decimal): -5716006 or 14337960. OLE color: 14337960.

HSL color Cylindrical-coordinate representation of color #A8C7DA: hue angle of 202.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C7DA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168199218-
CMYK0.230.0900.15
HSL202.8º40.32%75.69%-
HSV(B)202.8º22.94%85.49%-
XYZ49.2354.2374.2-
YUV191.9142.73110.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.72%
GREEN value IS 199 (78.12% from 255) = 34.02%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=28.72%
G=34.02%
B=37.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681992180.230.0900.15202.840.3275.69
HexA8C7DA1790Fcb284c
Octal250307332271101731350114
Binary10101000110001111101101010111100101111110010111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C7DA; }

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

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

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

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

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

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

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

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