#A4CBD1

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

Shades of Regent St Blue #A4CBD1

Tints of Regent St Blue #A4CBD1

Color information

#A4CBD1 (or 0xA4CBD1) is unknown color: approx Regent St Blue. HEX triplet: A4, CB and D1. RGB value is (164,203,209). Sum of RGB (Red+Green+Blue) = 164+203+209=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #A4CBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBD1 is #5B342E. Grayscale: #BFBFBF. Windows color (decimal): -5977135 or 13749156. OLE color: 13749156.

HSL color Cylindrical-coordinate representation of color #A4CBD1: hue angle of 188º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4CBD1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164203209-
CMYK0.220.0300.18
HSL188º32.85%73.14%-
HSV(B)188º21.53%81.96%-
XYZ48.1755.2168.44-
YUV192.02137.58108.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.47%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 209 (82.03% from 255) = 36.28%
R=28.47%
G=35.24%
B=36.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642032090.220.0300.1818832.8573.14
HexA4CBD1163012bc2149
Octal24431332126302227441111
Binary1010010011001011110100011011011010010101111001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBD1; }

 p { color: rgb(164,203,209); }

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

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

 a { background-color: rgb(164,203,209); }

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

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

 span { border-color: rgb(164,203,209); }

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