#A8C5CF

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

Shades of Regent St Blue #A8C5CF

Tints of Regent St Blue #A8C5CF

Color information

#A8C5CF (or 0xA8C5CF) is unknown color: approx Regent St Blue. HEX triplet: A8, C5 and CF. RGB value is (168,197,207). Sum of RGB (Red+Green+Blue) = 168+197+207=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C5CF is #573A30. Grayscale: #BDBDBD. Windows color (decimal): -5716529 or 13616552. OLE color: 13616552.

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

Color convert

RGB168197207-
CMYK0.190.0500.19
HSL195.38º28.89%73.53%-
HSV(B)195.38º18.84%81.18%-
XYZ47.3852.7666.72-
YUV189.47137.89112.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=29.37%
G=34.44%
B=36.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681972070.190.0500.19195.3828.8973.53
HexA8C5CF135013c31d4a
Octal25030531723502330335112
Binary1010100011000101110011111001110101001111000011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C5CF; }

 p { color: rgb(168,197,207); }

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

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

 a { background-color: rgb(168,197,207); }

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

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

 span { border-color: rgb(168,197,207); }

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