#A6C2FE

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

Shades of Tropical Blue #A6C2FE

Tints of Tropical Blue #A6C2FE

Color information

#A6C2FE (or 0xA6C2FE) is unknown color: approx Tropical Blue. HEX triplet: A6, C2 and FE. RGB value is (166,194,254). Sum of RGB (Red+Green+Blue) = 166+194+254=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C2FE is #593D01. Grayscale: #C0C0C0. Windows color (decimal): -5848322 or 16695974. OLE color: 16695974.

HSL color Cylindrical-coordinate representation of color #A6C2FE: hue angle of 220.91º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6C2FE is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166194254-
CMYK0.350.2400.00
HSL220.91º97.78%82.35%-
HSV(B)220.91º34.65%99.61%-
XYZ52.9153.85101.37-
YUV192.47162.72109.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=27.04%
G=31.60%
B=41.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661942540.350.2400.00220.9197.7882.35
HexA6C2FE231800dd6252
Octal246302376433000335142122
Binary10100110110000101111111010001111000001101110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C2FE; }

 p { color: rgb(166,194,254); }

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

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

 a { background-color: rgb(166,194,254); }

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

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

 span { border-color: rgb(166,194,254); }

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