Shades of Light Blue #B8DFEF
Tints of Light Blue #B8DFEF
RGB
CMYK
RGB Variations
Color information
#B8DFEF (or 0xB8DFEF) is known color: Light Blue. HEX triplet: B8, DF and EF. RGB value is (184,223,239). Sum of RGB (Red+Green+Blue) = 184+223+239=646 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.48% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DFEF is #472010. Grayscale: #D5D5D5. Windows color (decimal): -4661265 or 15720376. OLE color: 15720376.
HSL color Cylindrical-coordinate representation of color #B8DFEF: hue angle of 197.45º degrees, saturation: 0.63, 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 #B8DFEF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 223 | 239 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.06 |
| HSL | 197.45º | 0.63% | 0.83% | - |
| HSV(B) | 197.45º | 0.23% | 0.94% | - |
| XYZ | 61.73 | 69.2 | 91.76 | - |
| YUV | 213.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 239 | 0.23 | 0.07 | 0 | 0.06 | 197.45 | 0.63 | 0.83 |
| Hex | B8 | DF | EF | 17 | 7 | 0 | 6 | C5 | 3F | 53 |
| Octal | 270 | 337 | 357 | 27 | 7 | 0 | 6 | 305 | 77 | 123 |
| Binary | 10111000 | 11011111 | 11101111 | 10111 | 111 | 0 | 110 | 11000101 | 111111 | 1010011 |
Color Harmonies of #B8DFEF
Complementary color
Monochromatic Colors of #B8DFEF
Black with #B8DFEF
Text Example
Text Example
White with #B8DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFEF; }
p { color: rgb(184,223,239); }
H1.HeaderClassName
{
color: #B8DFEF;
}
.AnyTagClassName
{
color: #B8DFEF;
}
</style>
background-color css
<style>
a { background-color: #B8DFEF; }
a { background-color: rgb(184,223,239); }
div.DivClassName
{
background-color: #B8DFEF;
}
.BgClassName
{
background-color: #B8DFEF;
}
</style>
border-color css
<style>
span { border-color: #B8DFEF; }
span { border-color: rgb(184,223,239); }
td.TdClassName
{
border-color: #B8DFEF;
}
.TagClassName
{
border-color: #B8DFEF;
}
</style>