#A3C5ED

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

Shades of Tropical Blue #A3C5ED

Tints of Tropical Blue #A3C5ED

Color information

#A3C5ED (or 0xA3C5ED) is unknown color: approx Tropical Blue. HEX triplet: A3, C5 and ED. RGB value is (163,197,237). Sum of RGB (Red+Green+Blue) = 163+197+237=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3C5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C5ED is #5C3A12. Grayscale: #BFBFBF. Windows color (decimal): -6044179 or 15582627. OLE color: 15582627.

HSL color Cylindrical-coordinate representation of color #A3C5ED: hue angle of 212.43º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C5ED is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163197237-
CMYK0.310.1700.07
HSL212.43º67.27%78.43%-
HSV(B)212.43º31.22%92.94%-
XYZ50.3653.8387.86-
YUV191.39153.74107.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.30%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=27.30%
G=33.00%
B=39.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631972370.310.1700.07212.4367.2778.43
HexA3C5ED1F1107d4434e
Octal243305355372107324103116
Binary101000111100010111101101111111000101111101010010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C5ED; }

 p { color: rgb(163,197,237); }

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

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

 a { background-color: rgb(163,197,237); }

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

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

 span { border-color: rgb(163,197,237); }

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