#A4CDDA

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

Shades of Regent St Blue #A4CDDA

Tints of Regent St Blue #A4CDDA

Color information

#A4CDDA (or 0xA4CDDA) is unknown color: approx Regent St Blue. HEX triplet: A4, CD and DA. RGB value is (164,205,218). Sum of RGB (Red+Green+Blue) = 164+205+218=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CDDA is #5B3225. Grayscale: #C2C2C2. Windows color (decimal): -5976614 or 14339492. OLE color: 14339492.

HSL color Cylindrical-coordinate representation of color #A4CDDA: hue angle of 194.44º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4CDDA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164205218-
CMYK0.250.0600.15
HSL194.44º42.19%74.9%-
HSV(B)194.44º24.77%85.49%-
XYZ49.856.6274.63-
YUV194.22141.42106.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=27.94%
G=34.92%
B=37.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642052180.250.0600.15194.4442.1974.9
HexA4CDDA1960Fc22a4b
Octal24431533231601730252113
Binary1010010011001101110110101100111001111110000101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDDA; }

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

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

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

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

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

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

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

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