Shades of Tropical Blue #B5CFEF
Tints of Tropical Blue #B5CFEF
RGB
CMYK
RGB Variations
Color information
#B5CFEF (or 0xB5CFEF) is known color: Tropical Blue. HEX triplet: B5, CF and EF. RGB value is (181,207,239). Sum of RGB (Red+Green+Blue) = 181+207+239=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFEF is #4A3010. Grayscale: #CACACA. Windows color (decimal): -4861969 or 15716277. OLE color: 15716277.
HSL color Cylindrical-coordinate representation of color #B5CFEF: hue angle of 213.1º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5CFEF is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 207 | 239 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.06 |
| HSL | 213.1º | 0.64% | 0.82% | - |
| HSV(B) | 213.1º | 0.24% | 0.94% | - |
| XYZ | 56.95 | 60.68 | 90.37 | - |
| YUV | 202.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 239 | 0.24 | 0.13 | 0 | 0.06 | 213.1 | 0.64 | 0.82 |
| Hex | B5 | CF | EF | 18 | D | 0 | 6 | D5 | 40 | 52 |
| Octal | 265 | 317 | 357 | 30 | 15 | 0 | 6 | 325 | 100 | 122 |
| Binary | 10110101 | 11001111 | 11101111 | 11000 | 1101 | 0 | 110 | 11010101 | 1000000 | 1010010 |
Color Harmonies of #B5CFEF
Complementary color
Monochromatic Colors of #B5CFEF
Black with #B5CFEF
Text Example
Text Example
White with #B5CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFEF; }
p { color: rgb(181,207,239); }
H1.HeaderClassName
{
color: #B5CFEF;
}
.AnyTagClassName
{
color: #B5CFEF;
}
</style>
background-color css
<style>
a { background-color: #B5CFEF; }
a { background-color: rgb(181,207,239); }
div.DivClassName
{
background-color: #B5CFEF;
}
.BgClassName
{
background-color: #B5CFEF;
}
</style>
border-color css
<style>
span { border-color: #B5CFEF; }
span { border-color: rgb(181,207,239); }
td.TdClassName
{
border-color: #B5CFEF;
}
.TagClassName
{
border-color: #B5CFEF;
}
</style>