Shades of Tropical Blue #B8CDF2
Tints of Tropical Blue #B8CDF2
RGB
CMYK
RGB Variations
Color information
#B8CDF2 (or 0xB8CDF2) is known color: Tropical Blue. HEX triplet: B8, CD and F2. RGB value is (184,205,242). Sum of RGB (Red+Green+Blue) = 184+205+242=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #B8CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CDF2 is #47320D. Grayscale: #CACACA. Windows color (decimal): -4665870 or 15912376. OLE color: 15912376.
HSL color Cylindrical-coordinate representation of color #B8CDF2: hue angle of 218.28º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8CDF2 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 205 | 242 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.05 |
| HSL | 218.28º | 0.69% | 0.84% | - |
| HSV(B) | 218.28º | 0.24% | 0.95% | - |
| XYZ | 57.63 | 60.26 | 92.6 | - |
| YUV | 202.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 242 | 0.24 | 0.15 | 0 | 0.05 | 218.28 | 0.69 | 0.84 |
| Hex | B8 | CD | F2 | 18 | F | 0 | 5 | DA | 45 | 54 |
| Octal | 270 | 315 | 362 | 30 | 17 | 0 | 5 | 332 | 105 | 124 |
| Binary | 10111000 | 11001101 | 11110010 | 11000 | 1111 | 0 | 101 | 11011010 | 1000101 | 1010100 |
Color Harmonies of #B8CDF2
Complementary color
Monochromatic Colors of #B8CDF2
Black with #B8CDF2
Text Example
Text Example
White with #B8CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDF2; }
p { color: rgb(184,205,242); }
H1.HeaderClassName
{
color: #B8CDF2;
}
.AnyTagClassName
{
color: #B8CDF2;
}
</style>
background-color css
<style>
a { background-color: #B8CDF2; }
a { background-color: rgb(184,205,242); }
div.DivClassName
{
background-color: #B8CDF2;
}
.BgClassName
{
background-color: #B8CDF2;
}
</style>
border-color css
<style>
span { border-color: #B8CDF2; }
span { border-color: rgb(184,205,242); }
td.TdClassName
{
border-color: #B8CDF2;
}
.TagClassName
{
border-color: #B8CDF2;
}
</style>