Shades of Light Blue #B1DFEE
Tints of Light Blue #B1DFEE
RGB
CMYK
RGB Variations
Color information
#B1DFEE (or 0xB1DFEE) is known color: Light Blue. HEX triplet: B1, DF and EE. RGB value is (177,223,238). Sum of RGB (Red+Green+Blue) = 177+223+238=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFEE is #4E2011. Grayscale: #D2D2D2. Windows color (decimal): -5120018 or 15654833. OLE color: 15654833.
HSL color Cylindrical-coordinate representation of color #B1DFEE: hue angle of 194.75º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1DFEE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 223 | 238 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.07 |
| HSL | 194.75º | 0.64% | 0.81% | - |
| HSV(B) | 194.75º | 0.26% | 0.93% | - |
| XYZ | 59.95 | 68.3 | 90.91 | - |
| YUV | 210.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 238 | 0.26 | 0.06 | 0 | 0.07 | 194.75 | 0.64 | 0.81 |
| Hex | B1 | DF | EE | 1A | 6 | 0 | 7 | C3 | 40 | 51 |
| Octal | 261 | 337 | 356 | 32 | 6 | 0 | 7 | 303 | 100 | 121 |
| Binary | 10110001 | 11011111 | 11101110 | 11010 | 110 | 0 | 111 | 11000011 | 1000000 | 1010001 |
Color Harmonies of #B1DFEE
Complementary color
Monochromatic Colors of #B1DFEE
Black with #B1DFEE
Text Example
Text Example
White with #B1DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFEE; }
p { color: rgb(177,223,238); }
H1.HeaderClassName
{
color: #B1DFEE;
}
.AnyTagClassName
{
color: #B1DFEE;
}
</style>
background-color css
<style>
a { background-color: #B1DFEE; }
a { background-color: rgb(177,223,238); }
div.DivClassName
{
background-color: #B1DFEE;
}
.BgClassName
{
background-color: #B1DFEE;
}
</style>
border-color css
<style>
span { border-color: #B1DFEE; }
span { border-color: rgb(177,223,238); }
td.TdClassName
{
border-color: #B1DFEE;
}
.TagClassName
{
border-color: #B1DFEE;
}
</style>