Shades of Light Blue #B0CEDF
Tints of Light Blue #B0CEDF
RGB
CMYK
RGB Variations
Color information
#B0CEDF (or 0xB0CEDF) is known color: Light Blue. HEX triplet: B0, CE and DF. RGB value is (176,206,223). Sum of RGB (Red+Green+Blue) = 176+206+223=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEDF is #4F3120. Grayscale: #C6C6C6. Windows color (decimal): -5189921 or 14667440. OLE color: 14667440.
HSL color Cylindrical-coordinate representation of color #B0CEDF: hue angle of 201.7º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0CEDF is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 206 | 223 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.13 |
| HSL | 201.7º | 0.42% | 0.78% | - |
| HSV(B) | 201.7º | 0.21% | 0.87% | - |
| XYZ | 53.3 | 58.7 | 78.33 | - |
| YUV | 198.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 223 | 0.21 | 0.08 | 0 | 0.13 | 201.7 | 0.42 | 0.78 |
| Hex | B0 | CE | DF | 15 | 8 | 0 | D | CA | 2A | 4E |
| Octal | 260 | 316 | 337 | 25 | 10 | 0 | 15 | 312 | 52 | 116 |
| Binary | 10110000 | 11001110 | 11011111 | 10101 | 1000 | 0 | 1101 | 11001010 | 101010 | 1001110 |
Color Harmonies of #B0CEDF
Complementary color
Monochromatic Colors of #B0CEDF
Black with #B0CEDF
Text Example
Text Example
White with #B0CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEDF; }
p { color: rgb(176,206,223); }
H1.HeaderClassName
{
color: #B0CEDF;
}
.AnyTagClassName
{
color: #B0CEDF;
}
</style>
background-color css
<style>
a { background-color: #B0CEDF; }
a { background-color: rgb(176,206,223); }
div.DivClassName
{
background-color: #B0CEDF;
}
.BgClassName
{
background-color: #B0CEDF;
}
</style>
border-color css
<style>
span { border-color: #B0CEDF; }
span { border-color: rgb(176,206,223); }
td.TdClassName
{
border-color: #B0CEDF;
}
.TagClassName
{
border-color: #B0CEDF;
}
</style>