#A1C1F3

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

Shades of Tropical Blue #A1C1F3

Tints of Tropical Blue #A1C1F3

Color information

#A1C1F3 (or 0xA1C1F3) is unknown color: approx Tropical Blue. HEX triplet: A1, C1 and F3. RGB value is (161,193,243). Sum of RGB (Red+Green+Blue) = 161+193+243=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1C1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C1F3 is #5E3E0C. Grayscale: #BCBCBC. Windows color (decimal): -6176269 or 15974817. OLE color: 15974817.

HSL color Cylindrical-coordinate representation of color #A1C1F3: hue angle of 216.59º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1C1F3 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161193243-
CMYK0.340.2100.05
HSL216.59º77.36%79.22%-
HSV(B)216.59º33.74%95.29%-
XYZ49.9552.1992.23-
YUV189.13158.4107.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.97%
GREEN value IS 193 (75.78% from 255) = 32.33%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=26.97%
G=32.33%
B=40.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611932430.340.2100.05216.5977.3679.22
HexA1C1F3221505d94d4f
Octal241301363422505331115117
Binary1010000111000001111100111000101010101011101100110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1F3; }

 p { color: rgb(161,193,243); }

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

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

 a { background-color: rgb(161,193,243); }

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

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

 span { border-color: rgb(161,193,243); }

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