#A1CDDC

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

Shades of Regent St Blue #A1CDDC

Tints of Regent St Blue #A1CDDC

Color information

#A1CDDC (or 0xA1CDDC) is unknown color: approx Regent St Blue. HEX triplet: A1, CD and DC. RGB value is (161,205,220). Sum of RGB (Red+Green+Blue) = 161+205+220=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDDC is #5E3223. Grayscale: #C1C1C1. Windows color (decimal): -6173220 or 14470561. OLE color: 14470561.

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

Color convert

RGB161205220-
CMYK0.270.0700.14
HSL195.25º45.74%74.71%-
HSV(B)195.25º26.82%86.27%-
XYZ49.4556.4175.99-
YUV193.55142.92104.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=27.47%
G=34.98%
B=37.54%

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
Decimal1612052200.270.0700.14195.2545.7474.71
HexA1CDDC1B70Ec32e4b
Octal24131533433701630356113
Binary1010000111001101110111001101111101110110000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDDC; }

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

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

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

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

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

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

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

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