#A6BFED

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

Shades of Tropical Blue #A6BFED

Tints of Tropical Blue #A6BFED

Color information

#A6BFED (or 0xA6BFED) is unknown color: approx Tropical Blue. HEX triplet: A6, BF and ED. RGB value is (166,191,237). Sum of RGB (Red+Green+Blue) = 166+191+237=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFED is #594012. Grayscale: #BCBCBC. Windows color (decimal): -5849107 or 15581094. OLE color: 15581094.

HSL color Cylindrical-coordinate representation of color #A6BFED: hue angle of 218.87º degrees, saturation: 0.66, 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 #A6BFED is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166191237-
CMYK0.300.1900.07
HSL218.87º66.36%79.02%-
HSV(B)218.87º29.96%92.94%-
XYZ49.6451.4887.44-
YUV188.77155.22111.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=27.95%
G=32.15%
B=39.90%

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
Decimal1661912370.300.1900.07218.8766.3679.02
HexA6BFED1E1307db424f
Octal246277355362307333102117
Binary101001101011111111101101111101001101111101101110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFED; }

 p { color: rgb(166,191,237); }

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

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

 a { background-color: rgb(166,191,237); }

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

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

 span { border-color: rgb(166,191,237); }

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