Shades of Tropical Blue #A4BFEE
Tints of Tropical Blue #A4BFEE
RGB
CMYK
RGB Variations
Color information
#A4BFEE (or 0xA4BFEE) is known color: Tropical Blue. HEX triplet: A4, BF and EE. RGB value is (164,191,238). Sum of RGB (Red+Green+Blue) = 164+191+238=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BFEE is #5B4011. Grayscale: #BCBCBC. Windows color (decimal): -5980178 or 15646628. OLE color: 15646628.
HSL color Cylindrical-coordinate representation of color #A4BFEE: hue angle of 218.11º degrees, saturation: 0.69, 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 #A4BFEE is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 191 | 238 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.07 |
| HSL | 218.11º | 0.69% | 0.79% | - |
| HSV(B) | 218.11º | 0.31% | 0.93% | - |
| XYZ | 49.37 | 51.33 | 88.19 | - |
| YUV | 188.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 238 | 0.31 | 0.20 | 0 | 0.07 | 218.11 | 0.69 | 0.79 |
| Hex | A4 | BF | EE | 1F | 14 | 0 | 7 | DA | 45 | 4F |
| Octal | 244 | 277 | 356 | 37 | 24 | 0 | 7 | 332 | 105 | 117 |
| Binary | 10100100 | 10111111 | 11101110 | 11111 | 10100 | 0 | 111 | 11011010 | 1000101 | 1001111 |
Color Harmonies of #A4BFEE
Complementary color
Monochromatic Colors of #A4BFEE
Black with #A4BFEE
Text Example
Text Example
White with #A4BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BFEE; }
p { color: rgb(164,191,238); }
H1.HeaderClassName
{
color: #A4BFEE;
}
.AnyTagClassName
{
color: #A4BFEE;
}
</style>
background-color css
<style>
a { background-color: #A4BFEE; }
a { background-color: rgb(164,191,238); }
div.DivClassName
{
background-color: #A4BFEE;
}
.BgClassName
{
background-color: #A4BFEE;
}
</style>
border-color css
<style>
span { border-color: #A4BFEE; }
span { border-color: rgb(164,191,238); }
td.TdClassName
{
border-color: #A4BFEE;
}
.TagClassName
{
border-color: #A4BFEE;
}
</style>