Shades of Tropical Blue #B4CAFC
Tints of Tropical Blue #B4CAFC
RGB
CMYK
RGB Variations
Color information
#B4CAFC (or 0xB4CAFC) is known color: Tropical Blue. HEX triplet: B4, CA and FC. RGB value is (180,202,252). Sum of RGB (Red+Green+Blue) = 180+202+252=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAFC is #4B3503. Grayscale: #C8C8C8. Windows color (decimal): -4928772 or 16566964. OLE color: 16566964.
HSL color Cylindrical-coordinate representation of color #B4CAFC: hue angle of 221.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4CAFC is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 202 | 252 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.01 |
| HSL | 221.67º | 0.92% | 0.85% | - |
| HSV(B) | 221.67º | 0.29% | 0.99% | - |
| XYZ | 57.51 | 58.97 | 100.45 | - |
| YUV | 201.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 252 | 0.29 | 0.20 | 0 | 0.01 | 221.67 | 0.92 | 0.85 |
| Hex | B4 | CA | FC | 1D | 14 | 0 | 1 | DE | 5C | 55 |
| Octal | 264 | 312 | 374 | 35 | 24 | 0 | 1 | 336 | 134 | 125 |
| Binary | 10110100 | 11001010 | 11111100 | 11101 | 10100 | 0 | 1 | 11011110 | 1011100 | 1010101 |
Color Harmonies of #B4CAFC
Complementary color
Monochromatic Colors of #B4CAFC
Black with #B4CAFC
Text Example
Text Example
White with #B4CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAFC; }
p { color: rgb(180,202,252); }
H1.HeaderClassName
{
color: #B4CAFC;
}
.AnyTagClassName
{
color: #B4CAFC;
}
</style>
background-color css
<style>
a { background-color: #B4CAFC; }
a { background-color: rgb(180,202,252); }
div.DivClassName
{
background-color: #B4CAFC;
}
.BgClassName
{
background-color: #B4CAFC;
}
</style>
border-color css
<style>
span { border-color: #B4CAFC; }
span { border-color: rgb(180,202,252); }
td.TdClassName
{
border-color: #B4CAFC;
}
.TagClassName
{
border-color: #B4CAFC;
}
</style>