#A4CCD3

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

Shades of Regent St Blue #A4CCD3

Tints of Regent St Blue #A4CCD3

Color information

#A4CCD3 (or 0xA4CCD3) is unknown color: approx Regent St Blue. HEX triplet: A4, CC and D3. RGB value is (164,204,211). Sum of RGB (Red+Green+Blue) = 164+204+211=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4CCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CCD3 is #5B332C. Grayscale: #C0C0C0. Windows color (decimal): -5976877 or 13880484. OLE color: 13880484.

HSL color Cylindrical-coordinate representation of color #A4CCD3: hue angle of 188.94º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4CCD3 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164204211-
CMYK0.220.0300.17
HSL188.94º34.81%73.53%-
HSV(B)188.94º22.27%82.75%-
XYZ48.6655.7869.83-
YUV192.84138.25107.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.32%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 211 (82.81% from 255) = 36.44%
R=28.32%
G=35.23%
B=36.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642042110.220.0300.17188.9434.8173.53
HexA4CCD3163011bd234a
Octal24431432326302127543112
Binary1010010011001100110100111011011010001101111011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CCD3; }

 p { color: rgb(164,204,211); }

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

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

 a { background-color: rgb(164,204,211); }

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

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

 span { border-color: rgb(164,204,211); }

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