#A5C7DC

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

Shades of Regent St Blue #A5C7DC

Tints of Regent St Blue #A5C7DC

Color information

#A5C7DC (or 0xA5C7DC) is unknown color: approx Regent St Blue. HEX triplet: A5, C7 and DC. RGB value is (165,199,220). Sum of RGB (Red+Green+Blue) = 165+199+220=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7DC is #5A3823. Grayscale: #BFBFBF. Windows color (decimal): -5912612 or 14469029. OLE color: 14469029.

HSL color Cylindrical-coordinate representation of color #A5C7DC: hue angle of 202.91º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5C7DC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165199220-
CMYK0.250.1000.14
HSL202.91º44%75.49%-
HSV(B)202.91º25%86.27%-
XYZ48.8654.0175.56-
YUV191.23144.24109.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.25%
GREEN value IS 199 (78.12% from 255) = 34.08%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=28.25%
G=34.08%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651992200.250.1000.14202.914475.49
HexA5C7DC19A0Ecb2c4b
Octal245307334311201631354113
Binary10100101110001111101110011001101001110110010111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C7DC; }

 p { color: rgb(165,199,220); }

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

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

 a { background-color: rgb(165,199,220); }

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

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

 span { border-color: rgb(165,199,220); }

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