#A2CBDC

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

Shades of Regent St Blue #A2CBDC

Tints of Regent St Blue #A2CBDC

Color information

#A2CBDC (or 0xA2CBDC) is unknown color: approx Regent St Blue. HEX triplet: A2, CB and DC. RGB value is (162,203,220). Sum of RGB (Red+Green+Blue) = 162+203+220=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 203 (79.69% from 255 or 34.70% 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 #A2CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CBDC is #5D3423. Grayscale: #C0C0C0. Windows color (decimal): -6108196 or 14470050. OLE color: 14470050.

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

Color convert

RGB162203220-
CMYK0.260.0800.14
HSL197.59º45.31%74.9%-
HSV(B)197.59º26.36%86.27%-
XYZ49.1755.5675.84-
YUV192.68143.42106.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.69%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=27.69%
G=34.70%
B=37.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622032200.260.0800.14197.5945.3174.9
HexA2CBDC1A80Ec62d4b
Octal242313334321001630655113
Binary10100010110010111101110011010100001110110001101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CBDC; }

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

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

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

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

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

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

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

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