Shades of Light Blue #B8DCED
Tints of Light Blue #B8DCED
RGB
CMYK
RGB Variations
Color information
#B8DCED (or 0xB8DCED) is known color: Light Blue. HEX triplet: B8, DC and ED. RGB value is (184,220,237). Sum of RGB (Red+Green+Blue) = 184+220+237=641 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.71% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCED is #472312. Grayscale: #D3D3D3. Windows color (decimal): -4662035 or 15588536. OLE color: 15588536.
HSL color Cylindrical-coordinate representation of color #B8DCED: hue angle of 199.25º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8DCED is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 184 | 220 | 237 | - |
CMYK | 0.22 | 0.07 | 0 | 0.07 |
HSL | 199.25º | 0.6% | 0.83% | - |
HSV(B) | 199.25º | 0.22% | 0.93% | - |
XYZ | 60.65 | 67.49 | 89.95 | - |
YUV | 211.17 | 142.57 | 108.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 220 | 237 | 0.22 | 0.07 | 0 | 0.07 | 199.25 | 0.6 | 0.83 |
Hex | B8 | DC | ED | 16 | 7 | 0 | 7 | C7 | 3C | 53 |
Octal | 270 | 334 | 355 | 26 | 7 | 0 | 7 | 307 | 74 | 123 |
Binary | 10111000 | 11011100 | 11101101 | 10110 | 111 | 0 | 111 | 11000111 | 111100 | 1010011 |
Color Harmonies of #B8DCED
Complementary color
Monochromatic Colors of #B8DCED
Black with #B8DCED
Text Example
Text Example
White with #B8DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCED; }
p { color: rgb(184,220,237); }
H1.HeaderClassName
{
color: #B8DCED;
}
.AnyTagClassName
{
color: #B8DCED;
}
</style>
background-color css
<style>
a { background-color: #B8DCED; }
a { background-color: rgb(184,220,237); }
div.DivClassName
{
background-color: #B8DCED;
}
.BgClassName
{
background-color: #B8DCED;
}
</style>
border-color css
<style>
span { border-color: #B8DCED; }
span { border-color: rgb(184,220,237); }
td.TdClassName
{
border-color: #B8DCED;
}
.TagClassName
{
border-color: #B8DCED;
}
</style>