#A5C5EC

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

Shades of Tropical Blue #A5C5EC

Tints of Tropical Blue #A5C5EC

Color information

#A5C5EC (or 0xA5C5EC) is unknown color: approx Tropical Blue. HEX triplet: A5, C5 and EC. RGB value is (165,197,236). Sum of RGB (Red+Green+Blue) = 165+197+236=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5C5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5EC is #5A3A13. Grayscale: #BFBFBF. Windows color (decimal): -5913108 or 15517093. OLE color: 15517093.

HSL color Cylindrical-coordinate representation of color #A5C5EC: hue angle of 212.96º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C5EC is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165197236-
CMYK0.300.1700.07
HSL212.96º65.14%78.63%-
HSV(B)212.96º30.08%92.55%-
XYZ50.6253.9987.11-
YUV191.88152.9108.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.59%
GREEN value IS 197 (77.34% from 255) = 32.94%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=27.59%
G=32.94%
B=39.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651972360.300.1700.07212.9665.1478.63
HexA5C5EC1E1107d5414f
Octal245305354362107325101117
Binary101001011100010111101100111101000101111101010110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C5EC; }

 p { color: rgb(165,197,236); }

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

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

 a { background-color: rgb(165,197,236); }

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

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

 span { border-color: rgb(165,197,236); }

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