#A0C3CA

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

Shades of Regent St Blue #A0C3CA

Tints of Regent St Blue #A0C3CA

Color information

#A0C3CA (or 0xA0C3CA) is unknown color: approx Regent St Blue. HEX triplet: A0, C3 and CA. RGB value is (160,195,202). Sum of RGB (Red+Green+Blue) = 160+195+202=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C3CA is #5F3C35. Grayscale: #B9B9B9. Windows color (decimal): -6241334 or 13288352. OLE color: 13288352.

HSL color Cylindrical-coordinate representation of color #A0C3CA: hue angle of 190º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C3CA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160195202-
CMYK0.210.0300.21
HSL190º28.38%70.98%-
HSV(B)190º20.79%79.22%-
XYZ44.6750.7763.32-
YUV185.33137.4109.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.73%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=28.73%
G=35.01%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601952020.210.0300.2119028.3870.98
HexA0C3CA153015be1c47
Octal24030331225302527634107
Binary101000001100001111001010101011101010110111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C3CA; }

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

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

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

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

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

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

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

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