Shades of Light Blue #B2DFED
Tints of Light Blue #B2DFED
RGB
CMYK
RGB Variations
Color information
#B2DFED (or 0xB2DFED) is known color: Light Blue. HEX triplet: B2, DF and ED. RGB value is (178,223,237). Sum of RGB (Red+Green+Blue) = 178+223+237=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFED is #4D2012. Grayscale: #D3D3D3. Windows color (decimal): -5054483 or 15589298. OLE color: 15589298.
HSL color Cylindrical-coordinate representation of color #B2DFED: hue angle of 194.24º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2DFED is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 223 | 237 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.07 |
| HSL | 194.24º | 0.62% | 0.81% | - |
| HSV(B) | 194.24º | 0.25% | 0.93% | - |
| XYZ | 60.03 | 68.35 | 90.15 | - |
| YUV | 211.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 237 | 0.25 | 0.06 | 0 | 0.07 | 194.24 | 0.62 | 0.81 |
| Hex | B2 | DF | ED | 19 | 6 | 0 | 7 | C2 | 3E | 51 |
| Octal | 262 | 337 | 355 | 31 | 6 | 0 | 7 | 302 | 76 | 121 |
| Binary | 10110010 | 11011111 | 11101101 | 11001 | 110 | 0 | 111 | 11000010 | 111110 | 1010001 |
Color Harmonies of #B2DFED
Complementary color
Monochromatic Colors of #B2DFED
Black with #B2DFED
Text Example
Text Example
White with #B2DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFED; }
p { color: rgb(178,223,237); }
H1.HeaderClassName
{
color: #B2DFED;
}
.AnyTagClassName
{
color: #B2DFED;
}
</style>
background-color css
<style>
a { background-color: #B2DFED; }
a { background-color: rgb(178,223,237); }
div.DivClassName
{
background-color: #B2DFED;
}
.BgClassName
{
background-color: #B2DFED;
}
</style>
border-color css
<style>
span { border-color: #B2DFED; }
span { border-color: rgb(178,223,237); }
td.TdClassName
{
border-color: #B2DFED;
}
.TagClassName
{
border-color: #B2DFED;
}
</style>