Shades of Light Blue #B7DCEF
Tints of Light Blue #B7DCEF
RGB
CMYK
RGB Variations
Color information
#B7DCEF (or 0xB7DCEF) is known color: Light Blue. HEX triplet: B7, DC and EF. RGB value is (183,220,239). Sum of RGB (Red+Green+Blue) = 183+220+239=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCEF is #482310. Grayscale: #D2D2D2. Windows color (decimal): -4727569 or 15719607. OLE color: 15719607.
HSL color Cylindrical-coordinate representation of color #B7DCEF: hue angle of 200.36º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7DCEF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 220 | 239 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.06 |
| HSL | 200.36º | 0.64% | 0.83% | - |
| HSV(B) | 200.36º | 0.23% | 0.94% | - |
| XYZ | 60.7 | 67.49 | 91.49 | - |
| YUV | 211.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 239 | 0.23 | 0.08 | 0 | 0.06 | 200.36 | 0.64 | 0.83 |
| Hex | B7 | DC | EF | 17 | 8 | 0 | 6 | C8 | 40 | 53 |
| Octal | 267 | 334 | 357 | 27 | 10 | 0 | 6 | 310 | 100 | 123 |
| Binary | 10110111 | 11011100 | 11101111 | 10111 | 1000 | 0 | 110 | 11001000 | 1000000 | 1010011 |
Color Harmonies of #B7DCEF
Complementary color
Monochromatic Colors of #B7DCEF
Black with #B7DCEF
Text Example
Text Example
White with #B7DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCEF; }
p { color: rgb(183,220,239); }
H1.HeaderClassName
{
color: #B7DCEF;
}
.AnyTagClassName
{
color: #B7DCEF;
}
</style>
background-color css
<style>
a { background-color: #B7DCEF; }
a { background-color: rgb(183,220,239); }
div.DivClassName
{
background-color: #B7DCEF;
}
.BgClassName
{
background-color: #B7DCEF;
}
</style>
border-color css
<style>
span { border-color: #B7DCEF; }
span { border-color: rgb(183,220,239); }
td.TdClassName
{
border-color: #B7DCEF;
}
.TagClassName
{
border-color: #B7DCEF;
}
</style>