#A4BFED

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

Shades of Tropical Blue #A4BFED

Tints of Tropical Blue #A4BFED

Color information

#A4BFED (or 0xA4BFED) is unknown color: approx Tropical Blue. HEX triplet: A4, BF and ED. RGB value is (164,191,237). Sum of RGB (Red+Green+Blue) = 164+191+237=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BFED is #5B4012. Grayscale: #BBBBBB. Windows color (decimal): -5980179 or 15581092. OLE color: 15581092.

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

Color convert

RGB164191237-
CMYK0.310.1900.07
HSL217.81º66.97%78.63%-
HSV(B)217.81º30.8%92.94%-
XYZ49.2351.2787.42-
YUV188.17155.55110.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.70%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=27.70%
G=32.26%
B=40.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641912370.310.1900.07217.8166.9778.63
HexA4BFED1F1307da434f
Octal244277355372307332103117
Binary101001001011111111101101111111001101111101101010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFED; }

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

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

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

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

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

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

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

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