#A1CCDC

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

Shades of Regent St Blue #A1CCDC

Tints of Regent St Blue #A1CCDC

Color information

#A1CCDC (or 0xA1CCDC) is unknown color: approx Regent St Blue. HEX triplet: A1, CC and DC. RGB value is (161,204,220). Sum of RGB (Red+Green+Blue) = 161+204+220=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCDC is #5E3323. Grayscale: #C0C0C0. Windows color (decimal): -6173476 or 14470305. OLE color: 14470305.

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

Color convert

RGB161204220-
CMYK0.270.0700.14
HSL196.27º45.74%74.71%-
HSV(B)196.27º26.82%86.27%-
XYZ49.2155.9375.91-
YUV192.97143.25105.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.52%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=27.52%
G=34.87%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612042200.270.0700.14196.2745.7474.71
HexA1CCDC1B70Ec42e4b
Octal24131433433701630456113
Binary1010000111001100110111001101111101110110001001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCDC; }

 p { color: rgb(161,204,220); }

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

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

 a { background-color: rgb(161,204,220); }

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

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

 span { border-color: rgb(161,204,220); }

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