#A5C1FD

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

Shades of Tropical Blue #A5C1FD

Tints of Tropical Blue #A5C1FD

Color information

#A5C1FD (or 0xA5C1FD) is unknown color: approx Tropical Blue. HEX triplet: A5, C1 and FD. RGB value is (165,193,253). Sum of RGB (Red+Green+Blue) = 165+193+253=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5C1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C1FD is #5A3E02. Grayscale: #BFBFBF. Windows color (decimal): -5914115 or 16630181. OLE color: 16630181.

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

Color convert

RGB165193253-
CMYK0.350.2400.01
HSL220.91º95.65%81.96%-
HSV(B)220.91º34.78%99.22%-
XYZ52.3253.23100.45-
YUV191.47162.72109.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.00%
GREEN value IS 193 (75.78% from 255) = 31.59%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=27.00%
G=31.59%
B=41.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651932530.350.2400.01220.9195.6581.96
HexA5C1FD231801dd6052
Octal245301375433001335140122
Binary10100101110000011111110110001111000011101110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C1FD; }

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

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

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

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

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

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

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

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