Shades of Tropical Blue #B4CFE6
Tints of Tropical Blue #B4CFE6
RGB
CMYK
RGB Variations
Color information
#B4CFE6 (or 0xB4CFE6) is known color: Tropical Blue. HEX triplet: B4, CF and E6. RGB value is (180,207,230). Sum of RGB (Red+Green+Blue) = 180+207+230=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #B4CFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CFE6 is #4B3019. Grayscale: #C9C9C9. Windows color (decimal): -4927514 or 15126452. OLE color: 15126452.
HSL color Cylindrical-coordinate representation of color #B4CFE6: hue angle of 207.6º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4CFE6 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 207 | 230 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.10 |
| HSL | 207.6º | 0.5% | 0.8% | - |
| HSV(B) | 207.6º | 0.22% | 0.9% | - |
| XYZ | 55.42 | 60.04 | 83.53 | - |
| YUV | 201.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 230 | 0.22 | 0.10 | 0 | 0.10 | 207.6 | 0.5 | 0.8 |
| Hex | B4 | CF | E6 | 16 | A | 0 | A | D0 | 32 | 50 |
| Octal | 264 | 317 | 346 | 26 | 12 | 0 | 12 | 320 | 62 | 120 |
| Binary | 10110100 | 11001111 | 11100110 | 10110 | 1010 | 0 | 1010 | 11010000 | 110010 | 1010000 |
Color Harmonies of #B4CFE6
Complementary color
Monochromatic Colors of #B4CFE6
Black with #B4CFE6
Text Example
Text Example
White with #B4CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFE6; }
p { color: rgb(180,207,230); }
H1.HeaderClassName
{
color: #B4CFE6;
}
.AnyTagClassName
{
color: #B4CFE6;
}
</style>
background-color css
<style>
a { background-color: #B4CFE6; }
a { background-color: rgb(180,207,230); }
div.DivClassName
{
background-color: #B4CFE6;
}
.BgClassName
{
background-color: #B4CFE6;
}
</style>
border-color css
<style>
span { border-color: #B4CFE6; }
span { border-color: rgb(180,207,230); }
td.TdClassName
{
border-color: #B4CFE6;
}
.TagClassName
{
border-color: #B4CFE6;
}
</style>