#A5C8CE

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

Shades of Regent St Blue #A5C8CE

Tints of Regent St Blue #A5C8CE

Color information

#A5C8CE (or 0xA5C8CE) is unknown color: approx Regent St Blue. HEX triplet: A5, C8 and CE. RGB value is (165,200,206). Sum of RGB (Red+Green+Blue) = 165+200+206=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #A5C8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8CE is #5A3731. Grayscale: #BEBEBE. Windows color (decimal): -5912370 or 13551781. OLE color: 13551781.

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

Color convert

RGB165200206-
CMYK0.200.0300.19
HSL188.78º29.5%72.75%-
HSV(B)188.78º19.9%80.78%-
XYZ47.3153.7666.28-
YUV190.22136.9110.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.90%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=28.90%
G=35.03%
B=36.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652002060.200.0300.19188.7829.572.75
HexA5C8CE143013bd1d49
Octal24531031624302327535111
Binary101001011100100011001110101001101001110111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8CE; }

 p { color: rgb(165,200,206); }

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

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

 a { background-color: rgb(165,200,206); }

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

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

 span { border-color: rgb(165,200,206); }

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