#A9CBD1

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

Shades of Regent St Blue #A9CBD1

Tints of Regent St Blue #A9CBD1

Color information

#A9CBD1 (or 0xA9CBD1) is unknown color: approx Regent St Blue. HEX triplet: A9, CB and D1. RGB value is (169,203,209). Sum of RGB (Red+Green+Blue) = 169+203+209=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #A9CBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBD1 is #56342E. Grayscale: #C1C1C1. Windows color (decimal): -5649455 or 13749161. OLE color: 13749161.

HSL color Cylindrical-coordinate representation of color #A9CBD1: hue angle of 189º 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 #A9CBD1 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169203209-
CMYK0.190.0300.18
HSL189º30.3%74.12%-
HSV(B)189º19.14%81.96%-
XYZ49.2355.7568.49-
YUV193.52136.74110.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=29.09%
G=34.94%
B=35.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692032090.190.0300.1818930.374.12
HexA9CBD1133012bd1e4a
Octal25131332123302227536112
Binary101010011100101111010001100111101001010111101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBD1; }

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

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

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

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

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

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

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

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