Shades of Tropical Blue #B9CDEC
Tints of Tropical Blue #B9CDEC
RGB
CMYK
RGB Variations
Color information
#B9CDEC (or 0xB9CDEC) is known color: Tropical Blue. HEX triplet: B9, CD and EC. RGB value is (185,205,236). Sum of RGB (Red+Green+Blue) = 185+205+236=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDEC is #463213. Grayscale: #CACACA. Windows color (decimal): -4600340 or 15519161. OLE color: 15519161.
HSL color Cylindrical-coordinate representation of color #B9CDEC: hue angle of 216.47º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9CDEC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 185 | 205 | 236 | - |
CMYK | 0.22 | 0.13 | 0 | 0.07 |
HSL | 216.47º | 0.57% | 0.83% | - |
HSV(B) | 216.47º | 0.22% | 0.93% | - |
XYZ | 56.98 | 60.03 | 87.94 | - |
YUV | 202.55 | 146.87 | 115.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 205 | 236 | 0.22 | 0.13 | 0 | 0.07 | 216.47 | 0.57 | 0.83 |
Hex | B9 | CD | EC | 16 | D | 0 | 7 | D8 | 39 | 53 |
Octal | 271 | 315 | 354 | 26 | 15 | 0 | 7 | 330 | 71 | 123 |
Binary | 10111001 | 11001101 | 11101100 | 10110 | 1101 | 0 | 111 | 11011000 | 111001 | 1010011 |
Color Harmonies of #B9CDEC
Complementary color
Monochromatic Colors of #B9CDEC
Black with #B9CDEC
Text Example
Text Example
White with #B9CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDEC; }
p { color: rgb(185,205,236); }
H1.HeaderClassName
{
color: #B9CDEC;
}
.AnyTagClassName
{
color: #B9CDEC;
}
</style>
background-color css
<style>
a { background-color: #B9CDEC; }
a { background-color: rgb(185,205,236); }
div.DivClassName
{
background-color: #B9CDEC;
}
.BgClassName
{
background-color: #B9CDEC;
}
</style>
border-color css
<style>
span { border-color: #B9CDEC; }
span { border-color: rgb(185,205,236); }
td.TdClassName
{
border-color: #B9CDEC;
}
.TagClassName
{
border-color: #B9CDEC;
}
</style>