#A1C9D0

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

Shades of Regent St Blue #A1C9D0

Tints of Regent St Blue #A1C9D0

Color information

#A1C9D0 (or 0xA1C9D0) is unknown color: approx Regent St Blue. HEX triplet: A1, C9 and D0. RGB value is (161,201,208). Sum of RGB (Red+Green+Blue) = 161+201+208=570 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.25% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #A1C9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C9D0 is #5E362F. Grayscale: #BDBDBD. Windows color (decimal): -6174256 or 13683105. OLE color: 13683105.

HSL color Cylindrical-coordinate representation of color #A1C9D0: hue angle of 188.94º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1C9D0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161201208-
CMYK0.230.0300.18
HSL188.94º33.33%72.35%-
HSV(B)188.94º22.6%81.57%-
XYZ46.9753.967.6-
YUV189.84138.25107.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.25%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=28.25%
G=35.26%
B=36.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612012080.230.0300.18188.9433.3372.35
HexA1C9D0173012bd2148
Octal24131132027302227541110
Binary1010000111001001110100001011111010010101111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C9D0; }

 p { color: rgb(161,201,208); }

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

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

 a { background-color: rgb(161,201,208); }

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

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

 span { border-color: rgb(161,201,208); }

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