Shades of Light Blue #B2DDEF
Tints of Light Blue #B2DDEF
RGB
CMYK
RGB Variations
Color information
#B2DDEF (or 0xB2DDEF) is known color: Light Blue. HEX triplet: B2, DD and EF. RGB value is (178,221,239). Sum of RGB (Red+Green+Blue) = 178+221+239=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2DDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DDEF is #4D2210. Grayscale: #D2D2D2. Windows color (decimal): -5054993 or 15719858. OLE color: 15719858.
HSL color Cylindrical-coordinate representation of color #B2DDEF: hue angle of 197.7º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2DDEF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 221 | 239 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.06 |
| HSL | 197.7º | 0.66% | 0.82% | - |
| HSV(B) | 197.7º | 0.26% | 0.94% | - |
| XYZ | 59.8 | 67.41 | 91.52 | - |
| YUV | 210.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 239 | 0.26 | 0.08 | 0 | 0.06 | 197.7 | 0.66 | 0.82 |
| Hex | B2 | DD | EF | 1A | 8 | 0 | 6 | C6 | 42 | 52 |
| Octal | 262 | 335 | 357 | 32 | 10 | 0 | 6 | 306 | 102 | 122 |
| Binary | 10110010 | 11011101 | 11101111 | 11010 | 1000 | 0 | 110 | 11000110 | 1000010 | 1010010 |
Color Harmonies of #B2DDEF
Complementary color
Monochromatic Colors of #B2DDEF
Black with #B2DDEF
Text Example
Text Example
White with #B2DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDEF; }
p { color: rgb(178,221,239); }
H1.HeaderClassName
{
color: #B2DDEF;
}
.AnyTagClassName
{
color: #B2DDEF;
}
</style>
background-color css
<style>
a { background-color: #B2DDEF; }
a { background-color: rgb(178,221,239); }
div.DivClassName
{
background-color: #B2DDEF;
}
.BgClassName
{
background-color: #B2DDEF;
}
</style>
border-color css
<style>
span { border-color: #B2DDEF; }
span { border-color: rgb(178,221,239); }
td.TdClassName
{
border-color: #B2DDEF;
}
.TagClassName
{
border-color: #B2DDEF;
}
</style>