Shades of Light Blue #B5DCEA
Tints of Light Blue #B5DCEA
RGB
CMYK
RGB Variations
Color information
#B5DCEA (or 0xB5DCEA) is known color: Light Blue. HEX triplet: B5, DC and EA. RGB value is (181,220,234). Sum of RGB (Red+Green+Blue) = 181+220+234=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DCEA is #4A2315. Grayscale: #D1D1D1. Windows color (decimal): -4858646 or 15391925. OLE color: 15391925.
HSL color Cylindrical-coordinate representation of color #B5DCEA: hue angle of 195.85º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5DCEA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 220 | 234 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.08 |
| HSL | 195.85º | 0.56% | 0.81% | - |
| HSV(B) | 195.85º | 0.23% | 0.92% | - |
| XYZ | 59.5 | 66.95 | 87.63 | - |
| YUV | 209.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 234 | 0.23 | 0.06 | 0 | 0.08 | 195.85 | 0.56 | 0.81 |
| Hex | B5 | DC | EA | 17 | 6 | 0 | 8 | C4 | 38 | 51 |
| Octal | 265 | 334 | 352 | 27 | 6 | 0 | 10 | 304 | 70 | 121 |
| Binary | 10110101 | 11011100 | 11101010 | 10111 | 110 | 0 | 1000 | 11000100 | 111000 | 1010001 |
Color Harmonies of #B5DCEA
Complementary color
Monochromatic Colors of #B5DCEA
Black with #B5DCEA
Text Example
Text Example
White with #B5DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCEA; }
p { color: rgb(181,220,234); }
H1.HeaderClassName
{
color: #B5DCEA;
}
.AnyTagClassName
{
color: #B5DCEA;
}
</style>
background-color css
<style>
a { background-color: #B5DCEA; }
a { background-color: rgb(181,220,234); }
div.DivClassName
{
background-color: #B5DCEA;
}
.BgClassName
{
background-color: #B5DCEA;
}
</style>
border-color css
<style>
span { border-color: #B5DCEA; }
span { border-color: rgb(181,220,234); }
td.TdClassName
{
border-color: #B5DCEA;
}
.TagClassName
{
border-color: #B5DCEA;
}
</style>