#A6C1FF

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

Shades of Tropical Blue #A6C1FF

Tints of Tropical Blue #A6C1FF

Color information

#A6C1FF (or 0xA6C1FF) is unknown color: approx Tropical Blue. HEX triplet: A6, C1 and FF. RGB value is (166,193,255). Sum of RGB (Red+Green+Blue) = 166+193+255=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C1FF is #593E00. Grayscale: #BFBFBF. Windows color (decimal): -5848577 or 16761254. OLE color: 16761254.

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

Color convert

RGB166193255-
CMYK0.350.2400
HSL221.8º100%82.55%-
HSV(B)221.8º34.9%100%-
XYZ52.8553.47102.14-
YUV192163.55109.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 255 (100% from 255) = 41.53%
R=27.04%
G=31.43%
B=41.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661932550.350.2400221.810082.55
HexA6C1FF231800de6453
Octal246301377433000336144123
Binary10100110110000011111111110001111000001101111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C1FF; }

 p { color: rgb(166,193,255); }

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

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

 a { background-color: rgb(166,193,255); }

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

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

 span { border-color: rgb(166,193,255); }

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