Shades of Light Blue #B2DFEE
Tints of Light Blue #B2DFEE
RGB
CMYK
RGB Variations
Color information
#B2DFEE (or 0xB2DFEE) is known color: Light Blue. HEX triplet: B2, DF and EE. RGB value is (178,223,238). Sum of RGB (Red+Green+Blue) = 178+223+238=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFEE is #4D2011. Grayscale: #D3D3D3. Windows color (decimal): -5054482 or 15654834. OLE color: 15654834.
HSL color Cylindrical-coordinate representation of color #B2DFEE: hue angle of 195º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2DFEE is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 223 | 238 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.07 |
| HSL | 195º | 0.64% | 0.82% | - |
| HSV(B) | 195º | 0.25% | 0.93% | - |
| XYZ | 60.18 | 68.41 | 90.92 | - |
| YUV | 211.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 238 | 0.25 | 0.06 | 0 | 0.07 | 195 | 0.64 | 0.82 |
| Hex | B2 | DF | EE | 19 | 6 | 0 | 7 | C3 | 40 | 52 |
| Octal | 262 | 337 | 356 | 31 | 6 | 0 | 7 | 303 | 100 | 122 |
| Binary | 10110010 | 11011111 | 11101110 | 11001 | 110 | 0 | 111 | 11000011 | 1000000 | 1010010 |
Color Harmonies of #B2DFEE
Complementary color
Monochromatic Colors of #B2DFEE
Black with #B2DFEE
Text Example
Text Example
White with #B2DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFEE; }
p { color: rgb(178,223,238); }
H1.HeaderClassName
{
color: #B2DFEE;
}
.AnyTagClassName
{
color: #B2DFEE;
}
</style>
background-color css
<style>
a { background-color: #B2DFEE; }
a { background-color: rgb(178,223,238); }
div.DivClassName
{
background-color: #B2DFEE;
}
.BgClassName
{
background-color: #B2DFEE;
}
</style>
border-color css
<style>
span { border-color: #B2DFEE; }
span { border-color: rgb(178,223,238); }
td.TdClassName
{
border-color: #B2DFEE;
}
.TagClassName
{
border-color: #B2DFEE;
}
</style>