#A0BFF8

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

Shades of Tropical Blue #A0BFF8

Tints of Tropical Blue #A0BFF8

Color information

#A0BFF8 (or 0xA0BFF8) is unknown color: approx Tropical Blue. HEX triplet: A0, BF and F8. RGB value is (160,191,248). Sum of RGB (Red+Green+Blue) = 160+191+248=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #A0BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BFF8 is #5F4007. Grayscale: #BBBBBB. Windows color (decimal): -6242312 or 16301984. OLE color: 16301984.

HSL color Cylindrical-coordinate representation of color #A0BFF8: hue angle of 218.86º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BFF8 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160191248-
CMYK0.350.2300.03
HSL218.86º86.27%80%-
HSV(B)218.86º35.48%97.25%-
XYZ50.0751.5196.11-
YUV188.23161.73107.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.71%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 248 (97.27% from 255) = 41.40%
R=26.71%
G=31.89%
B=41.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1601912480.350.2300.03218.8686.2780
HexA0BFF8231703db5650
Octal240277370432703333126120
Binary101000001011111111111000100011101110111101101110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFF8; }

 p { color: rgb(160,191,248); }

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

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

 a { background-color: rgb(160,191,248); }

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

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

 span { border-color: rgb(160,191,248); }

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