Shades of Tropical Blue #B6CCF0
Tints of Tropical Blue #B6CCF0
RGB
CMYK
RGB Variations
Color information
#B6CCF0 (or 0xB6CCF0) is known color: Tropical Blue. HEX triplet: B6, CC and F0. RGB value is (182,204,240). Sum of RGB (Red+Green+Blue) = 182+204+240=626 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.07% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #B6CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CCF0 is #49330F. Grayscale: #C9C9C9. Windows color (decimal): -4797200 or 15781046. OLE color: 15781046.
HSL color Cylindrical-coordinate representation of color #B6CCF0: hue angle of 217.24º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6CCF0 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 182 | 204 | 240 | - |
CMYK | 0.24 | 0.15 | 0 | 0.06 |
HSL | 217.24º | 0.66% | 0.83% | - |
HSV(B) | 217.24º | 0.24% | 0.94% | - |
XYZ | 56.61 | 59.42 | 90.92 | - |
YUV | 201.53 | 149.71 | 114.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 204 | 240 | 0.24 | 0.15 | 0 | 0.06 | 217.24 | 0.66 | 0.83 |
Hex | B6 | CC | F0 | 18 | F | 0 | 6 | D9 | 42 | 53 |
Octal | 266 | 314 | 360 | 30 | 17 | 0 | 6 | 331 | 102 | 123 |
Binary | 10110110 | 11001100 | 11110000 | 11000 | 1111 | 0 | 110 | 11011001 | 1000010 | 1010011 |
Color Harmonies of #B6CCF0
Complementary color
Monochromatic Colors of #B6CCF0
Black with #B6CCF0
Text Example
Text Example
White with #B6CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCF0; }
p { color: rgb(182,204,240); }
H1.HeaderClassName
{
color: #B6CCF0;
}
.AnyTagClassName
{
color: #B6CCF0;
}
</style>
background-color css
<style>
a { background-color: #B6CCF0; }
a { background-color: rgb(182,204,240); }
div.DivClassName
{
background-color: #B6CCF0;
}
.BgClassName
{
background-color: #B6CCF0;
}
</style>
border-color css
<style>
span { border-color: #B6CCF0; }
span { border-color: rgb(182,204,240); }
td.TdClassName
{
border-color: #B6CCF0;
}
.TagClassName
{
border-color: #B6CCF0;
}
</style>