Shades of Light Blue #B7D2DB
Tints of Light Blue #B7D2DB
RGB
CMYK
RGB Variations
Color information
#B7D2DB (or 0xB7D2DB) is known color: Light Blue. HEX triplet: B7, D2 and DB. RGB value is (183,210,219). Sum of RGB (Red+Green+Blue) = 183+210+219=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2DB is #482D24. Grayscale: #CACACA. Windows color (decimal): -4730149 or 14406327. OLE color: 14406327.
HSL color Cylindrical-coordinate representation of color #B7D2DB: hue angle of 195º 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 #B7D2DB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 210 | 219 | - |
CMYK | 0.16 | 0.04 | 0 | 0.14 |
HSL | 195º | 0.33% | 0.79% | - |
HSV(B) | 195º | 0.16% | 0.86% | - |
XYZ | 55.36 | 61.27 | 75.93 | - |
YUV | 202.95 | 137.05 | 113.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 210 | 219 | 0.16 | 0.04 | 0 | 0.14 | 195 | 0.33 | 0.79 |
Hex | B7 | D2 | DB | 10 | 4 | 0 | E | C3 | 21 | 4F |
Octal | 267 | 322 | 333 | 20 | 4 | 0 | 16 | 303 | 41 | 117 |
Binary | 10110111 | 11010010 | 11011011 | 10000 | 100 | 0 | 1110 | 11000011 | 100001 | 1001111 |
Color Harmonies of #B7D2DB
Complementary color
Monochromatic Colors of #B7D2DB
Black with #B7D2DB
Text Example
Text Example
White with #B7D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2DB; }
p { color: rgb(183,210,219); }
H1.HeaderClassName
{
color: #B7D2DB;
}
.AnyTagClassName
{
color: #B7D2DB;
}
</style>
background-color css
<style>
a { background-color: #B7D2DB; }
a { background-color: rgb(183,210,219); }
div.DivClassName
{
background-color: #B7D2DB;
}
.BgClassName
{
background-color: #B7D2DB;
}
</style>
border-color css
<style>
span { border-color: #B7D2DB; }
span { border-color: rgb(183,210,219); }
td.TdClassName
{
border-color: #B7D2DB;
}
.TagClassName
{
border-color: #B7D2DB;
}
</style>