Shades of Light Blue #B5DFF5
Tints of Light Blue #B5DFF5
RGB
CMYK
RGB Variations
Color information
#B5DFF5 (or 0xB5DFF5) is known color: Light Blue. HEX triplet: B5, DF and F5. RGB value is (181,223,245). Sum of RGB (Red+Green+Blue) = 181+223+245=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #B5DFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DFF5 is #4A200A. Grayscale: #D4D4D4. Windows color (decimal): -4857867 or 16113589. OLE color: 16113589.
HSL color Cylindrical-coordinate representation of color #B5DFF5: hue angle of 200.62º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5DFF5 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 223 | 245 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.04 |
| HSL | 200.63º | 0.76% | 0.84% | - |
| HSV(B) | 200.63º | 0.26% | 0.96% | - |
| XYZ | 61.93 | 69.19 | 96.48 | - |
| YUV | 212.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 245 | 0.26 | 0.09 | 0 | 0.04 | 200.63 | 0.76 | 0.84 |
| Hex | B5 | DF | F5 | 1A | 9 | 0 | 4 | C9 | 4C | 54 |
| Octal | 265 | 337 | 365 | 32 | 11 | 0 | 4 | 311 | 114 | 124 |
| Binary | 10110101 | 11011111 | 11110101 | 11010 | 1001 | 0 | 100 | 11001001 | 1001100 | 1010100 |
Color Harmonies of #B5DFF5
Complementary color
Monochromatic Colors of #B5DFF5
Black with #B5DFF5
Text Example
Text Example
White with #B5DFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFF5; }
p { color: rgb(181,223,245); }
H1.HeaderClassName
{
color: #B5DFF5;
}
.AnyTagClassName
{
color: #B5DFF5;
}
</style>
background-color css
<style>
a { background-color: #B5DFF5; }
a { background-color: rgb(181,223,245); }
div.DivClassName
{
background-color: #B5DFF5;
}
.BgClassName
{
background-color: #B5DFF5;
}
</style>
border-color css
<style>
span { border-color: #B5DFF5; }
span { border-color: rgb(181,223,245); }
td.TdClassName
{
border-color: #B5DFF5;
}
.TagClassName
{
border-color: #B5DFF5;
}
</style>