#A2CCDA

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

Shades of Regent St Blue #A2CCDA

Tints of Regent St Blue #A2CCDA

Color information

#A2CCDA (or 0xA2CCDA) is unknown color: approx Regent St Blue. HEX triplet: A2, CC and DA. RGB value is (162,204,218). Sum of RGB (Red+Green+Blue) = 162+204+218=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #A2CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCDA is #5D3325. Grayscale: #C0C0C0. Windows color (decimal): -6107942 or 14339234. OLE color: 14339234.

HSL color Cylindrical-coordinate representation of color #A2CCDA: hue angle of 195º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2CCDA is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162204218-
CMYK0.260.0600.15
HSL195º43.08%74.51%-
HSV(B)195º25.69%85.49%-
XYZ49.1555.9374.53-
YUV193.04142.09105.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.74%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=27.74%
G=34.93%
B=37.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622042180.260.0600.1519543.0874.51
HexA2CCDA1A60Fc32b4b
Octal24231433232601730353113
Binary1010001011001100110110101101011001111110000111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCDA; }

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

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

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

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

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

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

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

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