Shades of Light Blue #B7D0DB
Tints of Light Blue #B7D0DB
RGB
CMYK
RGB Variations
Color information
#B7D0DB (or 0xB7D0DB) is known color: Light Blue. HEX triplet: B7, D0 and DB. RGB value is (183,208,219). Sum of RGB (Red+Green+Blue) = 183+208+219=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0DB is #482F24. Grayscale: #C9C9C9. Windows color (decimal): -4730661 or 14405815. OLE color: 14405815.
HSL color Cylindrical-coordinate representation of color #B7D0DB: hue angle of 198.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D0DB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 208 | 219 | - |
CMYK | 0.16 | 0.05 | 0 | 0.14 |
HSL | 198.33º | 0.33% | 0.79% | - |
HSV(B) | 198.33º | 0.16% | 0.86% | - |
XYZ | 54.87 | 60.29 | 75.76 | - |
YUV | 201.78 | 137.72 | 114.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 208 | 219 | 0.16 | 0.05 | 0 | 0.14 | 198.33 | 0.33 | 0.79 |
Hex | B7 | D0 | DB | 10 | 5 | 0 | E | C6 | 21 | 4F |
Octal | 267 | 320 | 333 | 20 | 5 | 0 | 16 | 306 | 41 | 117 |
Binary | 10110111 | 11010000 | 11011011 | 10000 | 101 | 0 | 1110 | 11000110 | 100001 | 1001111 |
Color Harmonies of #B7D0DB
Complementary color
Monochromatic Colors of #B7D0DB
Black with #B7D0DB
Text Example
Text Example
White with #B7D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0DB; }
p { color: rgb(183,208,219); }
H1.HeaderClassName
{
color: #B7D0DB;
}
.AnyTagClassName
{
color: #B7D0DB;
}
</style>
background-color css
<style>
a { background-color: #B7D0DB; }
a { background-color: rgb(183,208,219); }
div.DivClassName
{
background-color: #B7D0DB;
}
.BgClassName
{
background-color: #B7D0DB;
}
</style>
border-color css
<style>
span { border-color: #B7D0DB; }
span { border-color: rgb(183,208,219); }
td.TdClassName
{
border-color: #B7D0DB;
}
.TagClassName
{
border-color: #B7D0DB;
}
</style>