#A0CADA

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

Shades of Regent St Blue #A0CADA

Tints of Regent St Blue #A0CADA

Color information

#A0CADA (or 0xA0CADA) is unknown color: approx Regent St Blue. HEX triplet: A0, CA and DA. RGB value is (160,202,218). Sum of RGB (Red+Green+Blue) = 160+202+218=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CADA is #5F3525. Grayscale: #BFBFBF. Windows color (decimal): -6239526 or 14338720. OLE color: 14338720.

HSL color Cylindrical-coordinate representation of color #A0CADA: hue angle of 196.55º 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 #A0CADA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160202218-
CMYK0.270.0700.15
HSL196.55º43.94%74.12%-
HSV(B)196.55º26.61%85.49%-
XYZ48.2754.7874.36-
YUV191.27143.09105.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.59%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=27.59%
G=34.83%
B=37.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602022180.270.0700.15196.5543.9474.12
HexA0CADA1B70Fc52c4a
Octal24031233233701730554112
Binary1010000011001010110110101101111101111110001011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CADA; }

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

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

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

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

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

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

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

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