Shades of Tropical Blue #B5CFF3
Tints of Tropical Blue #B5CFF3
RGB
CMYK
RGB Variations
Color information
#B5CFF3 (or 0xB5CFF3) is known color: Tropical Blue. HEX triplet: B5, CF and F3. RGB value is (181,207,243). Sum of RGB (Red+Green+Blue) = 181+207+243=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #B5CFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFF3 is #4A300C. Grayscale: #CBCBCB. Windows color (decimal): -4861965 or 15978421. OLE color: 15978421.
HSL color Cylindrical-coordinate representation of color #B5CFF3: hue angle of 214.84º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5CFF3 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 207 | 243 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.05 |
| HSL | 214.84º | 0.72% | 0.83% | - |
| HSV(B) | 214.84º | 0.26% | 0.95% | - |
| XYZ | 57.55 | 60.92 | 93.52 | - |
| YUV | 203.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 243 | 0.26 | 0.15 | 0 | 0.05 | 214.84 | 0.72 | 0.83 |
| Hex | B5 | CF | F3 | 1A | F | 0 | 5 | D7 | 48 | 53 |
| Octal | 265 | 317 | 363 | 32 | 17 | 0 | 5 | 327 | 110 | 123 |
| Binary | 10110101 | 11001111 | 11110011 | 11010 | 1111 | 0 | 101 | 11010111 | 1001000 | 1010011 |
Color Harmonies of #B5CFF3
Complementary color
Monochromatic Colors of #B5CFF3
Black with #B5CFF3
Text Example
Text Example
White with #B5CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFF3; }
p { color: rgb(181,207,243); }
H1.HeaderClassName
{
color: #B5CFF3;
}
.AnyTagClassName
{
color: #B5CFF3;
}
</style>
background-color css
<style>
a { background-color: #B5CFF3; }
a { background-color: rgb(181,207,243); }
div.DivClassName
{
background-color: #B5CFF3;
}
.BgClassName
{
background-color: #B5CFF3;
}
</style>
border-color css
<style>
span { border-color: #B5CFF3; }
span { border-color: rgb(181,207,243); }
td.TdClassName
{
border-color: #B5CFF3;
}
.TagClassName
{
border-color: #B5CFF3;
}
</style>