#A1CDDA

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

Shades of Regent St Blue #A1CDDA

Tints of Regent St Blue #A1CDDA

Color information

#A1CDDA (or 0xA1CDDA) is unknown color: approx Regent St Blue. HEX triplet: A1, CD and DA. RGB value is (161,205,218). Sum of RGB (Red+Green+Blue) = 161+205+218=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDDA is #5E3225. Grayscale: #C1C1C1. Windows color (decimal): -6173222 or 14339489. OLE color: 14339489.

HSL color Cylindrical-coordinate representation of color #A1CDDA: hue angle of 193.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1CDDA is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161205218-
CMYK0.260.0600.15
HSL193.68º43.51%74.31%-
HSV(B)193.68º26.15%85.49%-
XYZ49.1856.374.6-
YUV193.33141.92104.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=27.57%
G=35.10%
B=37.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612052180.260.0600.15193.6843.5174.31
HexA1CDDA1A60Fc22c4a
Octal24131533232601730254112
Binary1010000111001101110110101101011001111110000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDDA; }

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

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

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

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

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

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

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

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