#A0CDDA

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

Shades of Regent St Blue #A0CDDA

Tints of Regent St Blue #A0CDDA

Color information

#A0CDDA (or 0xA0CDDA) is unknown color: approx Regent St Blue. HEX triplet: A0, CD and DA. RGB value is (160,205,218). Sum of RGB (Red+Green+Blue) = 160+205+218=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDDA is #5F3225. Grayscale: #C0C0C0. Windows color (decimal): -6238758 or 14339488. OLE color: 14339488.

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

Color convert

RGB160205218-
CMYK0.270.0600.15
HSL193.45º43.94%74.12%-
HSV(B)193.45º26.61%85.49%-
XYZ48.9856.274.6-
YUV193.03142.09104.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=27.44%
G=35.16%
B=37.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602052180.270.0600.15193.4543.9474.12
HexA0CDDA1B60Fc12c4a
Octal24031533233601730154112
Binary1010000011001101110110101101111001111110000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDDA; }

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

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

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

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

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

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

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

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