Shades of Tropical Blue #B5CFF2
Tints of Tropical Blue #B5CFF2
RGB
CMYK
RGB Variations
Color information
#B5CFF2 (or 0xB5CFF2) is known color: Tropical Blue. HEX triplet: B5, CF and F2. RGB value is (181,207,242). Sum of RGB (Red+Green+Blue) = 181+207+242=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFF2 is #4A300D. Grayscale: #CBCBCB. Windows color (decimal): -4861966 or 15912885. OLE color: 15912885.
HSL color Cylindrical-coordinate representation of color #B5CFF2: hue angle of 214.43º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5CFF2 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 207 | 242 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.05 |
| HSL | 214.43º | 0.7% | 0.83% | - |
| HSV(B) | 214.43º | 0.25% | 0.95% | - |
| XYZ | 57.4 | 60.86 | 92.73 | - |
| YUV | 203.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 242 | 0.25 | 0.14 | 0 | 0.05 | 214.43 | 0.7 | 0.83 |
| Hex | B5 | CF | F2 | 19 | E | 0 | 5 | D6 | 46 | 53 |
| Octal | 265 | 317 | 362 | 31 | 16 | 0 | 5 | 326 | 106 | 123 |
| Binary | 10110101 | 11001111 | 11110010 | 11001 | 1110 | 0 | 101 | 11010110 | 1000110 | 1010011 |
Color Harmonies of #B5CFF2
Complementary color
Monochromatic Colors of #B5CFF2
Black with #B5CFF2
Text Example
Text Example
White with #B5CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFF2; }
p { color: rgb(181,207,242); }
H1.HeaderClassName
{
color: #B5CFF2;
}
.AnyTagClassName
{
color: #B5CFF2;
}
</style>
background-color css
<style>
a { background-color: #B5CFF2; }
a { background-color: rgb(181,207,242); }
div.DivClassName
{
background-color: #B5CFF2;
}
.BgClassName
{
background-color: #B5CFF2;
}
</style>
border-color css
<style>
span { border-color: #B5CFF2; }
span { border-color: rgb(181,207,242); }
td.TdClassName
{
border-color: #B5CFF2;
}
.TagClassName
{
border-color: #B5CFF2;
}
</style>