#A0C2ED

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

Shades of Tropical Blue #A0C2ED

Tints of Tropical Blue #A0C2ED

Color information

#A0C2ED (or 0xA0C2ED) is unknown color: approx Tropical Blue. HEX triplet: A0, C2 and ED. RGB value is (160,194,237). Sum of RGB (Red+Green+Blue) = 160+194+237=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0C2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C2ED is #5F3D12. Grayscale: #BCBCBC. Windows color (decimal): -6241555 or 15581856. OLE color: 15581856.

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

Color convert

RGB160194237-
CMYK0.320.1800.07
HSL213.51º68.14%77.84%-
HSV(B)213.51º32.49%92.94%-
XYZ49.0852.1787.6-
YUV188.74155.24107.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.07%
GREEN value IS 194 (76.17% from 255) = 32.83%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=27.07%
G=32.83%
B=40.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601942370.320.1800.07213.5168.1477.84
HexA0C2ED201207d6444e
Octal240302355402207326104116
Binary1010000011000010111011011000001001001111101011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C2ED; }

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

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

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

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

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

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

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

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