Shades of Light Blue #B0DFF7
Tints of Light Blue #B0DFF7
RGB
CMYK
RGB Variations
Color information
#B0DFF7 (or 0xB0DFF7) is known color: Light Blue. HEX triplet: B0, DF and F7. RGB value is (176,223,247). Sum of RGB (Red+Green+Blue) = 176+223+247=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0DFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFF7 is #4F2008. Grayscale: #D3D3D3. Windows color (decimal): -5185545 or 16244656. OLE color: 16244656.
HSL color Cylindrical-coordinate representation of color #B0DFF7: hue angle of 200.28º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DFF7 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 223 | 247 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.03 |
| HSL | 200.28º | 0.82% | 0.83% | - |
| HSV(B) | 200.28º | 0.29% | 0.97% | - |
| XYZ | 61.08 | 68.72 | 98.04 | - |
| YUV | 211.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 247 | 0.29 | 0.10 | 0 | 0.03 | 200.28 | 0.82 | 0.83 |
| Hex | B0 | DF | F7 | 1D | A | 0 | 3 | C8 | 52 | 53 |
| Octal | 260 | 337 | 367 | 35 | 12 | 0 | 3 | 310 | 122 | 123 |
| Binary | 10110000 | 11011111 | 11110111 | 11101 | 1010 | 0 | 11 | 11001000 | 1010010 | 1010011 |
Color Harmonies of #B0DFF7
Complementary color
Monochromatic Colors of #B0DFF7
Black with #B0DFF7
Text Example
Text Example
White with #B0DFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFF7; }
p { color: rgb(176,223,247); }
H1.HeaderClassName
{
color: #B0DFF7;
}
.AnyTagClassName
{
color: #B0DFF7;
}
</style>
background-color css
<style>
a { background-color: #B0DFF7; }
a { background-color: rgb(176,223,247); }
div.DivClassName
{
background-color: #B0DFF7;
}
.BgClassName
{
background-color: #B0DFF7;
}
</style>
border-color css
<style>
span { border-color: #B0DFF7; }
span { border-color: rgb(176,223,247); }
td.TdClassName
{
border-color: #B0DFF7;
}
.TagClassName
{
border-color: #B0DFF7;
}
</style>