#a5c9dc

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

Shades of Regent St Blue #A5C9DC

Tints of Regent St Blue #A5C9DC

Color information

#A5C9DC (or 0xA5C9DC) is unknown color: approx Regent St Blue. HEX triplet: A5, C9 and DC. RGB value is (165,201,220). Sum of RGB (Red+Green+Blue) = 165+201+220=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9DC is #5A3623. Grayscale: #C0C0C0. Windows color (decimal): -5912100 or 14469541. OLE color: 14469541.

HSL color Cylindrical-coordinate representation of color #A5C9DC: hue angle of 200.73º 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 #A5C9DC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165201220-
CMYK0.250.0900.14
HSL200.73º44%75.49%-
HSV(B)200.73º25%86.27%-
XYZ49.3254.9475.72-
YUV192.4143.57108.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.16%
GREEN value IS 201 (78.91% from 255) = 34.30%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=28.16%
G=34.30%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652012200.250.0900.14200.734475.49
HexA5C9DC1990Ec92c4b
Octal245311334311101631154113
Binary10100101110010011101110011001100101110110010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5c9dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5c9dc; }

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

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

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

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

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

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

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

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