Shades of Light Blue #B9DFF6
Tints of Light Blue #B9DFF6
RGB
CMYK
RGB Variations
Color information
#B9DFF6 (or 0xB9DFF6) is known color: Light Blue. HEX triplet: B9, DF and F6. RGB value is (185,223,246). Sum of RGB (Red+Green+Blue) = 185+223+246=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9DFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DFF6 is #462009. Grayscale: #D6D6D6. Windows color (decimal): -4595722 or 16179129. OLE color: 16179129.
HSL color Cylindrical-coordinate representation of color #B9DFF6: hue angle of 202.62º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9DFF6 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 223 | 246 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.04 |
| HSL | 202.62º | 0.77% | 0.85% | - |
| HSV(B) | 202.62º | 0.25% | 0.96% | - |
| XYZ | 63.03 | 69.74 | 97.33 | - |
| YUV | 214.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 246 | 0.25 | 0.09 | 0 | 0.04 | 202.62 | 0.77 | 0.85 |
| Hex | B9 | DF | F6 | 19 | 9 | 0 | 4 | CB | 4D | 55 |
| Octal | 271 | 337 | 366 | 31 | 11 | 0 | 4 | 313 | 115 | 125 |
| Binary | 10111001 | 11011111 | 11110110 | 11001 | 1001 | 0 | 100 | 11001011 | 1001101 | 1010101 |
Color Harmonies of #B9DFF6
Complementary color
Monochromatic Colors of #B9DFF6
Black with #B9DFF6
Text Example
Text Example
White with #B9DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFF6; }
p { color: rgb(185,223,246); }
H1.HeaderClassName
{
color: #B9DFF6;
}
.AnyTagClassName
{
color: #B9DFF6;
}
</style>
background-color css
<style>
a { background-color: #B9DFF6; }
a { background-color: rgb(185,223,246); }
div.DivClassName
{
background-color: #B9DFF6;
}
.BgClassName
{
background-color: #B9DFF6;
}
</style>
border-color css
<style>
span { border-color: #B9DFF6; }
span { border-color: rgb(185,223,246); }
td.TdClassName
{
border-color: #B9DFF6;
}
.TagClassName
{
border-color: #B9DFF6;
}
</style>