#A4CBDC

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

Shades of Regent St Blue #A4CBDC

Tints of Regent St Blue #A4CBDC

Color information

#A4CBDC (or 0xA4CBDC) is unknown color: approx Regent St Blue. HEX triplet: A4, CB and DC. RGB value is (164,203,220). Sum of RGB (Red+Green+Blue) = 164+203+220=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CBDC is #5B3423. Grayscale: #C1C1C1. Windows color (decimal): -5977124 or 14470052. OLE color: 14470052.

HSL color Cylindrical-coordinate representation of color #A4CBDC: hue angle of 198.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4CBDC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164203220-
CMYK0.250.0800.14
HSL198.21º44.44%75.29%-
HSV(B)198.21º25.45%86.27%-
XYZ49.5855.7775.86-
YUV193.28143.08107.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 203 (79.69% from 255) = 34.58%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=27.94%
G=34.58%
B=37.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642032200.250.0800.14198.2144.4475.29
HexA4CBDC1980Ec62c4b
Octal244313334311001630654113
Binary10100100110010111101110011001100001110110001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBDC; }

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

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

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

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

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

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

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

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