Shades of Tropical Blue #B6CDFC
Tints of Tropical Blue #B6CDFC
RGB
CMYK
RGB Variations
Color information
#B6CDFC (or 0xB6CDFC) is known color: Tropical Blue. HEX triplet: B6, CD and FC. RGB value is (182,205,252). Sum of RGB (Red+Green+Blue) = 182+205+252=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #B6CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CDFC is #493203. Grayscale: #CBCBCB. Windows color (decimal): -4796932 or 16567734. OLE color: 16567734.
HSL color Cylindrical-coordinate representation of color #B6CDFC: hue angle of 220.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6CDFC is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 182 | 205 | 252 | - |
CMYK | 0.28 | 0.19 | 0 | 0.01 |
HSL | 220.29º | 0.92% | 0.85% | - |
HSV(B) | 220.29º | 0.28% | 0.99% | - |
XYZ | 58.69 | 60.64 | 100.71 | - |
YUV | 203.48 | 155.38 | 112.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 205 | 252 | 0.28 | 0.19 | 0 | 0.01 | 220.29 | 0.92 | 0.85 |
Hex | B6 | CD | FC | 1C | 13 | 0 | 1 | DC | 5C | 55 |
Octal | 266 | 315 | 374 | 34 | 23 | 0 | 1 | 334 | 134 | 125 |
Binary | 10110110 | 11001101 | 11111100 | 11100 | 10011 | 0 | 1 | 11011100 | 1011100 | 1010101 |
Color Harmonies of #B6CDFC
Complementary color
Monochromatic Colors of #B6CDFC
Black with #B6CDFC
Text Example
Text Example
White with #B6CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CDFC; }
p { color: rgb(182,205,252); }
H1.HeaderClassName
{
color: #B6CDFC;
}
.AnyTagClassName
{
color: #B6CDFC;
}
</style>
background-color css
<style>
a { background-color: #B6CDFC; }
a { background-color: rgb(182,205,252); }
div.DivClassName
{
background-color: #B6CDFC;
}
.BgClassName
{
background-color: #B6CDFC;
}
</style>
border-color css
<style>
span { border-color: #B6CDFC; }
span { border-color: rgb(182,205,252); }
td.TdClassName
{
border-color: #B6CDFC;
}
.TagClassName
{
border-color: #B6CDFC;
}
</style>