Shades of Light Blue #B7D4E4
Tints of Light Blue #B7D4E4
RGB
CMYK
RGB Variations
Color information
#B7D4E4 (or 0xB7D4E4) is known color: Light Blue. HEX triplet: B7, D4 and E4. RGB value is (183,212,228). Sum of RGB (Red+Green+Blue) = 183+212+228=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #B7D4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D4E4 is #482B1B. Grayscale: #CDCDCD. Windows color (decimal): -4729628 or 14996663. OLE color: 14996663.
HSL color Cylindrical-coordinate representation of color #B7D4E4: hue angle of 201.33º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7D4E4 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 183 | 212 | 228 | - |
CMYK | 0.20 | 0.07 | 0 | 0.11 |
HSL | 201.33º | 0.45% | 0.81% | - |
HSV(B) | 201.33º | 0.2% | 0.89% | - |
XYZ | 57.08 | 62.76 | 82.5 | - |
YUV | 205.15 | 140.89 | 112.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 212 | 228 | 0.20 | 0.07 | 0 | 0.11 | 201.33 | 0.45 | 0.81 |
Hex | B7 | D4 | E4 | 14 | 7 | 0 | B | C9 | 2D | 51 |
Octal | 267 | 324 | 344 | 24 | 7 | 0 | 13 | 311 | 55 | 121 |
Binary | 10110111 | 11010100 | 11100100 | 10100 | 111 | 0 | 1011 | 11001001 | 101101 | 1010001 |
Color Harmonies of #B7D4E4
Complementary color
Monochromatic Colors of #B7D4E4
Black with #B7D4E4
Text Example
Text Example
White with #B7D4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4E4; }
p { color: rgb(183,212,228); }
H1.HeaderClassName
{
color: #B7D4E4;
}
.AnyTagClassName
{
color: #B7D4E4;
}
</style>
background-color css
<style>
a { background-color: #B7D4E4; }
a { background-color: rgb(183,212,228); }
div.DivClassName
{
background-color: #B7D4E4;
}
.BgClassName
{
background-color: #B7D4E4;
}
</style>
border-color css
<style>
span { border-color: #B7D4E4; }
span { border-color: rgb(183,212,228); }
td.TdClassName
{
border-color: #B7D4E4;
}
.TagClassName
{
border-color: #B7D4E4;
}
</style>