#A2CCDC

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

Shades of Regent St Blue #A2CCDC

Tints of Regent St Blue #A2CCDC

Color information

#A2CCDC (or 0xA2CCDC) is unknown color: approx Regent St Blue. HEX triplet: A2, CC and DC. RGB value is (162,204,220). Sum of RGB (Red+Green+Blue) = 162+204+220=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 204 (80.08% from 255 or 34.81% 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 #A2CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCDC is #5D3323. Grayscale: #C1C1C1. Windows color (decimal): -6107940 or 14470306. OLE color: 14470306.

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

Color convert

RGB162204220-
CMYK0.260.0700.14
HSL196.55º45.31%74.9%-
HSV(B)196.55º26.36%86.27%-
XYZ49.4156.0375.92-
YUV193.27143.09105.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.65%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=27.65%
G=34.81%
B=37.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622042200.260.0700.14196.5545.3174.9
HexA2CCDC1A70Ec52d4b
Octal24231433432701630555113
Binary1010001011001100110111001101011101110110001011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCDC; }

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

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

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

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

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

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

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

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