#A8C4EB

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

Shades of Tropical Blue #A8C4EB

Tints of Tropical Blue #A8C4EB

Color information

#A8C4EB (or 0xA8C4EB) is unknown color: approx Tropical Blue. HEX triplet: A8, C4 and EB. RGB value is (168,196,235). Sum of RGB (Red+Green+Blue) = 168+196+235=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8C4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C4EB is #573B14. Grayscale: #BFBFBF. Windows color (decimal): -5716757 or 15451304. OLE color: 15451304.

HSL color Cylindrical-coordinate representation of color #A8C4EB: hue angle of 214.93º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8C4EB is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168196235-
CMYK0.290.1700.08
HSL214.93º62.62%79.02%-
HSV(B)214.93º28.51%92.16%-
XYZ50.8853.886.3-
YUV192.07152.22110.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.05%
GREEN value IS 196 (76.95% from 255) = 32.72%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=28.05%
G=32.72%
B=39.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681962350.290.1700.08214.9362.6279.02
HexA8C4EB1D1108d73f4f
Octal250304353352101032777117
Binary101010001100010011101011111011000101000110101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C4EB; }

 p { color: rgb(168,196,235); }

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

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

 a { background-color: rgb(168,196,235); }

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

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

 span { border-color: rgb(168,196,235); }

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