#A4C2CD

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

Shades of Regent St Blue #A4C2CD

Tints of Regent St Blue #A4C2CD

Color information

#A4C2CD (or 0xA4C2CD) is unknown color: approx Regent St Blue. HEX triplet: A4, C2 and CD. RGB value is (164,194,205). Sum of RGB (Red+Green+Blue) = 164+194+205=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C2CD is #5B3D32. Grayscale: #BABABA. Windows color (decimal): -5979443 or 13484708. OLE color: 13484708.

HSL color Cylindrical-coordinate representation of color #A4C2CD: hue angle of 196.1º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4C2CD is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164194205-
CMYK0.20.0500.20
HSL196.1º29.08%72.35%-
HSV(B)196.1º20%80.39%-
XYZ45.6250.8865.17-
YUV186.28138.56112.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=29.13%
G=34.46%
B=36.41%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641942050.20.0500.20196.129.0872.35
HexA4C2CD145014c41d48
Octal24430231524502430435110
Binary1010010011000010110011011010010101010011000100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C2CD; }

 p { color: rgb(164,194,205); }

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

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

 a { background-color: rgb(164,194,205); }

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

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

 span { border-color: rgb(164,194,205); }

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