#A5C3FB

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

Shades of Tropical Blue #A5C3FB

Tints of Tropical Blue #A5C3FB

Color information

#A5C3FB (or 0xA5C3FB) is unknown color: approx Tropical Blue. HEX triplet: A5, C3 and FB. RGB value is (165,195,251). Sum of RGB (Red+Green+Blue) = 165+195+251=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5C3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C3FB is #5A3C04. Grayscale: #C0C0C0. Windows color (decimal): -5913605 or 16499621. OLE color: 16499621.

HSL color Cylindrical-coordinate representation of color #A5C3FB: hue angle of 219.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5C3FB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165195251-
CMYK0.340.2200.02
HSL219.07º91.49%81.57%-
HSV(B)219.07º34.26%98.43%-
XYZ52.4453.9998.92-
YUV192.41161.06108.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.00%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=27.00%
G=31.91%
B=41.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651952510.340.2200.02219.0791.4981.57
HexA5C3FB221602db5b52
Octal245303373422602333133122
Binary101001011100001111111011100010101100101101101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3FB; }

 p { color: rgb(165,195,251); }

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

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

 a { background-color: rgb(165,195,251); }

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

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

 span { border-color: rgb(165,195,251); }

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