#A1CADD

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

Shades of Regent St Blue #A1CADD

Tints of Regent St Blue #A1CADD

Color information

#A1CADD (or 0xA1CADD) is unknown color: approx Regent St Blue. HEX triplet: A1, CA and DD. RGB value is (161,202,221). Sum of RGB (Red+Green+Blue) = 161+202+221=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CADD is #5E3522. Grayscale: #BFBFBF. Windows color (decimal): -6173987 or 14535329. OLE color: 14535329.

HSL color Cylindrical-coordinate representation of color #A1CADD: hue angle of 199º 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 #A1CADD is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161202221-
CMYK0.270.0900.13
HSL199º46.87%74.9%-
HSV(B)199º27.15%86.67%-
XYZ48.8755.0476.45-
YUV191.91144.42105.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=27.57%
G=34.59%
B=37.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612022210.270.0900.1319946.8774.9
HexA1CADD1B90Dc72f4b
Octal241312335331101530757113
Binary10100001110010101101110111011100101101110001111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CADD; }

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

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

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

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

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

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

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

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