#A1CDDD

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

Shades of Regent St Blue #A1CDDD

Tints of Regent St Blue #A1CDDD

Color information

#A1CDDD (or 0xA1CDDD) is unknown color: approx Regent St Blue. HEX triplet: A1, CD and DD. RGB value is (161,205,221). Sum of RGB (Red+Green+Blue) = 161+205+221=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDDD is #5E3222. Grayscale: #C1C1C1. Windows color (decimal): -6173219 or 14536097. OLE color: 14536097.

HSL color Cylindrical-coordinate representation of color #A1CDDD: hue angle of 196º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1CDDD is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161205221-
CMYK0.270.0700.13
HSL196º46.87%74.9%-
HSV(B)196º27.15%86.67%-
XYZ49.5856.4676.69-
YUV193.67143.42104.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.43%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=27.43%
G=34.92%
B=37.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612052210.270.0700.1319646.8774.9
HexA1CDDD1B70Dc42f4b
Octal24131533533701530457113
Binary1010000111001101110111011101111101101110001001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDDD; }

 p { color: rgb(161,205,221); }

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

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

 a { background-color: rgb(161,205,221); }

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

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

 span { border-color: rgb(161,205,221); }

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