#A8CED5

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

Shades of Regent St Blue #A8CED5

Tints of Regent St Blue #A8CED5

Color information

#A8CED5 (or 0xA8CED5) is unknown color: approx Regent St Blue. HEX triplet: A8, CE and D5. RGB value is (168,206,213). Sum of RGB (Red+Green+Blue) = 168+206+213=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #A8CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CED5 is #57312A. Grayscale: #C3C3C3. Windows color (decimal): -5714219 or 14012072. OLE color: 14012072.

HSL color Cylindrical-coordinate representation of color #A8CED5: hue angle of 189.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8CED5 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168206213-
CMYK0.210.0300.16
HSL189.33º34.88%74.71%-
HSV(B)189.33º21.13%83.53%-
XYZ50.2357.2771.36-
YUV195.44137.91108.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.62%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=28.62%
G=35.09%
B=36.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682062130.210.0300.16189.3334.8874.71
HexA8CED5153010bd234b
Octal25031632525302027543113
Binary1010100011001110110101011010111010000101111011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CED5; }

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

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

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

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

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

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

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

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