Shades of Tropical Blue #B7CCF1
Tints of Tropical Blue #B7CCF1
RGB
CMYK
RGB Variations
Color information
#B7CCF1 (or 0xB7CCF1) is known color: Tropical Blue. HEX triplet: B7, CC and F1. RGB value is (183,204,241). Sum of RGB (Red+Green+Blue) = 183+204+241=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CCF1 is #48330E. Grayscale: #C9C9C9. Windows color (decimal): -4731663 or 15846583. OLE color: 15846583.
HSL color Cylindrical-coordinate representation of color #B7CCF1: hue angle of 218.28º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7CCF1 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 204 | 241 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.05 |
| HSL | 218.28º | 0.67% | 0.83% | - |
| HSV(B) | 218.28º | 0.24% | 0.95% | - |
| XYZ | 57 | 59.6 | 91.72 | - |
| YUV | 201.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 241 | 0.24 | 0.15 | 0 | 0.05 | 218.28 | 0.67 | 0.83 |
| Hex | B7 | CC | F1 | 18 | F | 0 | 5 | DA | 43 | 53 |
| Octal | 267 | 314 | 361 | 30 | 17 | 0 | 5 | 332 | 103 | 123 |
| Binary | 10110111 | 11001100 | 11110001 | 11000 | 1111 | 0 | 101 | 11011010 | 1000011 | 1010011 |
Color Harmonies of #B7CCF1
Complementary color
Monochromatic Colors of #B7CCF1
Black with #B7CCF1
Text Example
Text Example
White with #B7CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CCF1; }
p { color: rgb(183,204,241); }
H1.HeaderClassName
{
color: #B7CCF1;
}
.AnyTagClassName
{
color: #B7CCF1;
}
</style>
background-color css
<style>
a { background-color: #B7CCF1; }
a { background-color: rgb(183,204,241); }
div.DivClassName
{
background-color: #B7CCF1;
}
.BgClassName
{
background-color: #B7CCF1;
}
</style>
border-color css
<style>
span { border-color: #B7CCF1; }
span { border-color: rgb(183,204,241); }
td.TdClassName
{
border-color: #B7CCF1;
}
.TagClassName
{
border-color: #B7CCF1;
}
</style>