#A5BFEC

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

Shades of Tropical Blue #A5BFEC

Tints of Tropical Blue #A5BFEC

Color information

#A5BFEC (or 0xA5BFEC) is unknown color: approx Tropical Blue. HEX triplet: A5, BF and EC. RGB value is (165,191,236). Sum of RGB (Red+Green+Blue) = 165+191+236=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFEC is #5A4013. Grayscale: #BCBCBC. Windows color (decimal): -5914644 or 15515557. OLE color: 15515557.

HSL color Cylindrical-coordinate representation of color #A5BFEC: hue angle of 218.03º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5BFEC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165191236-
CMYK0.300.1900.07
HSL218.03º65.14%78.63%-
HSV(B)218.03º30.08%92.55%-
XYZ49.2951.3286.66-
YUV188.36154.89111.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=27.87%
G=32.26%
B=39.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651912360.300.1900.07218.0365.1478.63
HexA5BFEC1E1307da414f
Octal245277354362307332101117
Binary101001011011111111101100111101001101111101101010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFEC; }

 p { color: rgb(165,191,236); }

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

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

 a { background-color: rgb(165,191,236); }

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

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

 span { border-color: rgb(165,191,236); }

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