#A2CCDD

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

Shades of Regent St Blue #A2CCDD

Tints of Regent St Blue #A2CCDD

Color information

#A2CCDD (or 0xA2CCDD) is unknown color: approx Regent St Blue. HEX triplet: A2, CC and DD. RGB value is (162,204,221). Sum of RGB (Red+Green+Blue) = 162+204+221=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCDD is #5D3322. Grayscale: #C1C1C1. Windows color (decimal): -6107939 or 14535842. OLE color: 14535842.

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

Color convert

RGB162204221-
CMYK0.270.0800.13
HSL197.29º46.46%75.1%-
HSV(B)197.29º26.7%86.67%-
XYZ49.5456.0976.62-
YUV193.38143.59105.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.60%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=27.60%
G=34.75%
B=37.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622042210.270.0800.13197.2946.4675.1
HexA2CCDD1B80Dc52e4b
Octal242314335331001530556113
Binary10100010110011001101110111011100001101110001011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCDD; }

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

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

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

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

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

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

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

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