Shades of Tropical Blue #B5CCFF
Tints of Tropical Blue #B5CCFF
RGB
CMYK
RGB Variations
Color information
#B5CCFF (or 0xB5CCFF) is known color: Tropical Blue. HEX triplet: B5, CC and FF. RGB value is (181,204,255). Sum of RGB (Red+Green+Blue) = 181+204+255=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCFF is #4A3300. Grayscale: #CACACA. Windows color (decimal): -4862721 or 16764085. OLE color: 16764085.
HSL color Cylindrical-coordinate representation of color #B5CCFF: hue angle of 221.35º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5CCFF is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 181 | 204 | 255 | - |
CMYK | 0.29 | 0.2 | 0 | 0 |
HSL | 221.35º | 1% | 0.85% | - |
HSV(B) | 221.35º | 0.29% | 1% | - |
XYZ | 58.7 | 60.23 | 103.14 | - |
YUV | 202.94 | 157.38 | 112.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 255 | 0.29 | 0.2 | 0 | 0 | 221.35 | 1 | 0.85 |
Hex | B5 | CC | FF | 1D | 14 | 0 | 0 | DD | 64 | 55 |
Octal | 265 | 314 | 377 | 35 | 24 | 0 | 0 | 335 | 144 | 125 |
Binary | 10110101 | 11001100 | 11111111 | 11101 | 10100 | 0 | 0 | 11011101 | 1100100 | 1010101 |
Color Harmonies of #B5CCFF
Complementary color
Monochromatic Colors of #B5CCFF
Black with #B5CCFF
Text Example
Text Example
White with #B5CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCFF; }
p { color: rgb(181,204,255); }
H1.HeaderClassName
{
color: #B5CCFF;
}
.AnyTagClassName
{
color: #B5CCFF;
}
</style>
background-color css
<style>
a { background-color: #B5CCFF; }
a { background-color: rgb(181,204,255); }
div.DivClassName
{
background-color: #B5CCFF;
}
.BgClassName
{
background-color: #B5CCFF;
}
</style>
border-color css
<style>
span { border-color: #B5CCFF; }
span { border-color: rgb(181,204,255); }
td.TdClassName
{
border-color: #B5CCFF;
}
.TagClassName
{
border-color: #B5CCFF;
}
</style>