Shades of Light Blue #B3CEDC
Tints of Light Blue #B3CEDC
RGB
CMYK
RGB Variations
Color information
#B3CEDC (or 0xB3CEDC) is known color: Light Blue. HEX triplet: B3, CE and DC. RGB value is (179,206,220). Sum of RGB (Red+Green+Blue) = 179+206+220=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEDC is #4C3123. Grayscale: #C7C7C7. Windows color (decimal): -4993316 or 14470835. OLE color: 14470835.
HSL color Cylindrical-coordinate representation of color #B3CEDC: hue angle of 200.49º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3CEDC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 206 | 220 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.14 |
| HSL | 200.49º | 0.37% | 0.78% | - |
| HSV(B) | 200.49º | 0.19% | 0.86% | - |
| XYZ | 53.58 | 58.89 | 76.25 | - |
| YUV | 199.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 220 | 0.19 | 0.06 | 0 | 0.14 | 200.49 | 0.37 | 0.78 |
| Hex | B3 | CE | DC | 13 | 6 | 0 | E | C8 | 25 | 4E |
| Octal | 263 | 316 | 334 | 23 | 6 | 0 | 16 | 310 | 45 | 116 |
| Binary | 10110011 | 11001110 | 11011100 | 10011 | 110 | 0 | 1110 | 11001000 | 100101 | 1001110 |
Color Harmonies of #B3CEDC
Complementary color
Monochromatic Colors of #B3CEDC
Black with #B3CEDC
Text Example
Text Example
White with #B3CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CEDC; }
p { color: rgb(179,206,220); }
H1.HeaderClassName
{
color: #B3CEDC;
}
.AnyTagClassName
{
color: #B3CEDC;
}
</style>
background-color css
<style>
a { background-color: #B3CEDC; }
a { background-color: rgb(179,206,220); }
div.DivClassName
{
background-color: #B3CEDC;
}
.BgClassName
{
background-color: #B3CEDC;
}
</style>
border-color css
<style>
span { border-color: #B3CEDC; }
span { border-color: rgb(179,206,220); }
td.TdClassName
{
border-color: #B3CEDC;
}
.TagClassName
{
border-color: #B3CEDC;
}
</style>