Shades of Tropical Blue #B5CCF8
Tints of Tropical Blue #B5CCF8
RGB
CMYK
RGB Variations
Color information
#B5CCF8 (or 0xB5CCF8) is known color: Tropical Blue. HEX triplet: B5, CC and F8. RGB value is (181,204,248). Sum of RGB (Red+Green+Blue) = 181+204+248=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #B5CCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCF8 is #4A3307. Grayscale: #C9C9C9. Windows color (decimal): -4862728 or 16305333. OLE color: 16305333.
HSL color Cylindrical-coordinate representation of color #B5CCF8: hue angle of 219.4º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5CCF8 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 181 | 204 | 248 | - |
CMYK | 0.27 | 0.18 | 0 | 0.03 |
HSL | 219.4º | 0.83% | 0.84% | - |
HSV(B) | 219.4º | 0.27% | 0.97% | - |
XYZ | 57.59 | 59.79 | 97.31 | - |
YUV | 202.14 | 153.88 | 112.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 248 | 0.27 | 0.18 | 0 | 0.03 | 219.4 | 0.83 | 0.84 |
Hex | B5 | CC | F8 | 1B | 12 | 0 | 3 | DB | 53 | 54 |
Octal | 265 | 314 | 370 | 33 | 22 | 0 | 3 | 333 | 123 | 124 |
Binary | 10110101 | 11001100 | 11111000 | 11011 | 10010 | 0 | 11 | 11011011 | 1010011 | 1010100 |
Color Harmonies of #B5CCF8
Complementary color
Monochromatic Colors of #B5CCF8
Black with #B5CCF8
Text Example
Text Example
White with #B5CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCF8; }
p { color: rgb(181,204,248); }
H1.HeaderClassName
{
color: #B5CCF8;
}
.AnyTagClassName
{
color: #B5CCF8;
}
</style>
background-color css
<style>
a { background-color: #B5CCF8; }
a { background-color: rgb(181,204,248); }
div.DivClassName
{
background-color: #B5CCF8;
}
.BgClassName
{
background-color: #B5CCF8;
}
</style>
border-color css
<style>
span { border-color: #B5CCF8; }
span { border-color: rgb(181,204,248); }
td.TdClassName
{
border-color: #B5CCF8;
}
.TagClassName
{
border-color: #B5CCF8;
}
</style>