Shades of Tropical Blue #B5CAF7
Tints of Tropical Blue #B5CAF7
RGB
CMYK
RGB Variations
Color information
#B5CAF7 (or 0xB5CAF7) is known color: Tropical Blue. HEX triplet: B5, CA and F7. RGB value is (181,202,247). Sum of RGB (Red+Green+Blue) = 181+202+247=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #B5CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CAF7 is #4A3508. Grayscale: #C8C8C8. Windows color (decimal): -4863241 or 16239285. OLE color: 16239285.
HSL color Cylindrical-coordinate representation of color #B5CAF7: hue angle of 220.91º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5CAF7 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 181 | 202 | 247 | - |
CMYK | 0.27 | 0.18 | 0 | 0.03 |
HSL | 220.91º | 0.8% | 0.84% | - |
HSV(B) | 220.91º | 0.27% | 0.97% | - |
XYZ | 56.97 | 58.78 | 96.34 | - |
YUV | 200.85 | 154.04 | 113.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 247 | 0.27 | 0.18 | 0 | 0.03 | 220.91 | 0.8 | 0.84 |
Hex | B5 | CA | F7 | 1B | 12 | 0 | 3 | DD | 50 | 54 |
Octal | 265 | 312 | 367 | 33 | 22 | 0 | 3 | 335 | 120 | 124 |
Binary | 10110101 | 11001010 | 11110111 | 11011 | 10010 | 0 | 11 | 11011101 | 1010000 | 1010100 |
Color Harmonies of #B5CAF7
Complementary color
Monochromatic Colors of #B5CAF7
Black with #B5CAF7
Text Example
Text Example
White with #B5CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CAF7; }
p { color: rgb(181,202,247); }
H1.HeaderClassName
{
color: #B5CAF7;
}
.AnyTagClassName
{
color: #B5CAF7;
}
</style>
background-color css
<style>
a { background-color: #B5CAF7; }
a { background-color: rgb(181,202,247); }
div.DivClassName
{
background-color: #B5CAF7;
}
.BgClassName
{
background-color: #B5CAF7;
}
</style>
border-color css
<style>
span { border-color: #B5CAF7; }
span { border-color: rgb(181,202,247); }
td.TdClassName
{
border-color: #B5CAF7;
}
.TagClassName
{
border-color: #B5CAF7;
}
</style>