#A3C2ED

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

Shades of Tropical Blue #A3C2ED

Tints of Tropical Blue #A3C2ED

Color information

#A3C2ED (or 0xA3C2ED) is unknown color: approx Tropical Blue. HEX triplet: A3, C2 and ED. RGB value is (163,194,237). Sum of RGB (Red+Green+Blue) = 163+194+237=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3C2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C2ED is #5C3D12. Grayscale: #BDBDBD. Windows color (decimal): -6044947 or 15581859. OLE color: 15581859.

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

Color convert

RGB163194237-
CMYK0.310.1800.07
HSL214.86º67.27%78.43%-
HSV(B)214.86º31.22%92.94%-
XYZ49.6852.4887.63-
YUV189.63154.73109-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.44%
GREEN value IS 194 (76.17% from 255) = 32.66%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=27.44%
G=32.66%
B=39.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631942370.310.1800.07214.8667.2778.43
HexA3C2ED1F1207d7434e
Octal243302355372207327103116
Binary101000111100001011101101111111001001111101011110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C2ED; }

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

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

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

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

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

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

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

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