Shades of Light Blue #B8DCEC
Tints of Light Blue #B8DCEC
RGB
CMYK
RGB Variations
Color information
#B8DCEC (or 0xB8DCEC) is known color: Light Blue. HEX triplet: B8, DC and EC. RGB value is (184,220,236). Sum of RGB (Red+Green+Blue) = 184+220+236=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCEC is #472313. Grayscale: #D2D2D2. Windows color (decimal): -4662036 or 15523000. OLE color: 15523000.
HSL color Cylindrical-coordinate representation of color #B8DCEC: hue angle of 198.46º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8DCEC is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 220 | 236 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.07 |
| HSL | 198.46º | 0.58% | 0.82% | - |
| HSV(B) | 198.46º | 0.22% | 0.93% | - |
| XYZ | 60.5 | 67.43 | 89.18 | - |
| YUV | 211.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 236 | 0.22 | 0.07 | 0 | 0.07 | 198.46 | 0.58 | 0.82 |
| Hex | B8 | DC | EC | 16 | 7 | 0 | 7 | C6 | 3A | 52 |
| Octal | 270 | 334 | 354 | 26 | 7 | 0 | 7 | 306 | 72 | 122 |
| Binary | 10111000 | 11011100 | 11101100 | 10110 | 111 | 0 | 111 | 11000110 | 111010 | 1010010 |
Color Harmonies of #B8DCEC
Complementary color
Monochromatic Colors of #B8DCEC
Black with #B8DCEC
Text Example
Text Example
White with #B8DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCEC; }
p { color: rgb(184,220,236); }
H1.HeaderClassName
{
color: #B8DCEC;
}
.AnyTagClassName
{
color: #B8DCEC;
}
</style>
background-color css
<style>
a { background-color: #B8DCEC; }
a { background-color: rgb(184,220,236); }
div.DivClassName
{
background-color: #B8DCEC;
}
.BgClassName
{
background-color: #B8DCEC;
}
</style>
border-color css
<style>
span { border-color: #B8DCEC; }
span { border-color: rgb(184,220,236); }
td.TdClassName
{
border-color: #B8DCEC;
}
.TagClassName
{
border-color: #B8DCEC;
}
</style>