#A5C1FF

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

Shades of Tropical Blue #A5C1FF

Tints of Tropical Blue #A5C1FF

Color information

#A5C1FF (or 0xA5C1FF) is unknown color: approx Tropical Blue. HEX triplet: A5, C1 and FF. RGB value is (165,193,255). Sum of RGB (Red+Green+Blue) = 165+193+255=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C1FF is #5A3E00. Grayscale: #BFBFBF. Windows color (decimal): -5914113 or 16761253. OLE color: 16761253.

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

Color convert

RGB165193255-
CMYK0.350.2400
HSL221.33º100%82.35%-
HSV(B)221.33º35.29%100%-
XYZ52.6453.36102.13-
YUV191.7163.72108.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 255 (100% from 255) = 41.60%
R=26.92%
G=31.48%
B=41.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651932550.350.2400221.3310082.35
HexA5C1FF231800dd6452
Octal245301377433000335144122
Binary10100101110000011111111110001111000001101110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C1FF; }

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

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

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

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

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

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

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

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