#A9CCD1

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

Shades of Regent St Blue #A9CCD1

Tints of Regent St Blue #A9CCD1

Color information

#A9CCD1 (or 0xA9CCD1) is unknown color: approx Regent St Blue. HEX triplet: A9, CC and D1. RGB value is (169,204,209). Sum of RGB (Red+Green+Blue) = 169+204+209=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #A9CCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCD1 is #56332E. Grayscale: #C2C2C2. Windows color (decimal): -5649199 or 13749417. OLE color: 13749417.

HSL color Cylindrical-coordinate representation of color #A9CCD1: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9CCD1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169204209-
CMYK0.190.0200.18
HSL187.5º30.3%74.12%-
HSV(B)187.5º19.14%81.96%-
XYZ49.4656.2268.57-
YUV194.1136.4110.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.04%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 209 (82.03% from 255) = 35.91%
R=29.04%
G=35.05%
B=35.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692042090.190.0200.18187.530.374.12
HexA9CCD1132012bc1e4a
Octal25131432123202227436112
Binary101010011100110011010001100111001001010111100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CCD1; }

 p { color: rgb(169,204,209); }

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

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

 a { background-color: rgb(169,204,209); }

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

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

 span { border-color: rgb(169,204,209); }

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