Shades of Light Blue #B3DEEC
Tints of Light Blue #B3DEEC
RGB
CMYK
RGB Variations
Color information
#B3DEEC (or 0xB3DEEC) is known color: Light Blue. HEX triplet: B3, DE and EC. RGB value is (179,222,236). Sum of RGB (Red+Green+Blue) = 179+222+236=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DEEC is #4C2113. Grayscale: #D2D2D2. Windows color (decimal): -4989204 or 15523507. OLE color: 15523507.
HSL color Cylindrical-coordinate representation of color #B3DEEC: hue angle of 194.74º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3DEEC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 222 | 236 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.07 |
| HSL | 194.74º | 0.6% | 0.81% | - |
| HSV(B) | 194.74º | 0.24% | 0.93% | - |
| XYZ | 59.85 | 67.88 | 89.3 | - |
| YUV | 210.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 222 | 236 | 0.24 | 0.06 | 0 | 0.07 | 194.74 | 0.6 | 0.81 |
| Hex | B3 | DE | EC | 18 | 6 | 0 | 7 | C3 | 3C | 51 |
| Octal | 263 | 336 | 354 | 30 | 6 | 0 | 7 | 303 | 74 | 121 |
| Binary | 10110011 | 11011110 | 11101100 | 11000 | 110 | 0 | 111 | 11000011 | 111100 | 1010001 |
Color Harmonies of #B3DEEC
Complementary color
Monochromatic Colors of #B3DEEC
Black with #B3DEEC
Text Example
Text Example
White with #B3DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DEEC; }
p { color: rgb(179,222,236); }
H1.HeaderClassName
{
color: #B3DEEC;
}
.AnyTagClassName
{
color: #B3DEEC;
}
</style>
background-color css
<style>
a { background-color: #B3DEEC; }
a { background-color: rgb(179,222,236); }
div.DivClassName
{
background-color: #B3DEEC;
}
.BgClassName
{
background-color: #B3DEEC;
}
</style>
border-color css
<style>
span { border-color: #B3DEEC; }
span { border-color: rgb(179,222,236); }
td.TdClassName
{
border-color: #B3DEEC;
}
.TagClassName
{
border-color: #B3DEEC;
}
</style>