Shades of Tropical Blue #B3CDEF
Tints of Tropical Blue #B3CDEF
RGB
CMYK
RGB Variations
Color information
#B3CDEF (or 0xB3CDEF) is known color: Tropical Blue. HEX triplet: B3, CD and EF. RGB value is (179,205,239). Sum of RGB (Red+Green+Blue) = 179+205+239=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDEF is #4C3210. Grayscale: #C8C8C8. Windows color (decimal): -4993553 or 15715763. OLE color: 15715763.
HSL color Cylindrical-coordinate representation of color #B3CDEF: hue angle of 214º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3CDEF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 205 | 239 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.06 |
| HSL | 214º | 0.65% | 0.82% | - |
| HSV(B) | 214º | 0.25% | 0.94% | - |
| XYZ | 56 | 59.48 | 90.19 | - |
| YUV | 201.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 205 | 239 | 0.25 | 0.14 | 0 | 0.06 | 214 | 0.65 | 0.82 |
| Hex | B3 | CD | EF | 19 | E | 0 | 6 | D6 | 41 | 52 |
| Octal | 263 | 315 | 357 | 31 | 16 | 0 | 6 | 326 | 101 | 122 |
| Binary | 10110011 | 11001101 | 11101111 | 11001 | 1110 | 0 | 110 | 11010110 | 1000001 | 1010010 |
Color Harmonies of #B3CDEF
Complementary color
Monochromatic Colors of #B3CDEF
Black with #B3CDEF
Text Example
Text Example
White with #B3CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CDEF; }
p { color: rgb(179,205,239); }
H1.HeaderClassName
{
color: #B3CDEF;
}
.AnyTagClassName
{
color: #B3CDEF;
}
</style>
background-color css
<style>
a { background-color: #B3CDEF; }
a { background-color: rgb(179,205,239); }
div.DivClassName
{
background-color: #B3CDEF;
}
.BgClassName
{
background-color: #B3CDEF;
}
</style>
border-color css
<style>
span { border-color: #B3CDEF; }
span { border-color: rgb(179,205,239); }
td.TdClassName
{
border-color: #B3CDEF;
}
.TagClassName
{
border-color: #B3CDEF;
}
</style>