Shades of Light Blue #B5D7EA
Tints of Light Blue #B5D7EA
RGB
CMYK
RGB Variations
Color information
#B5D7EA (or 0xB5D7EA) is known color: Light Blue. HEX triplet: B5, D7 and EA. RGB value is (181,215,234). Sum of RGB (Red+Green+Blue) = 181+215+234=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5D7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D7EA is #4A2815. Grayscale: #CECECE. Windows color (decimal): -4859926 or 15390645. OLE color: 15390645.
HSL color Cylindrical-coordinate representation of color #B5D7EA: hue angle of 201.51º 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 #B5D7EA is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 215 | 234 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.08 |
| HSL | 201.51º | 0.56% | 0.81% | - |
| HSV(B) | 201.51º | 0.23% | 0.92% | - |
| XYZ | 58.21 | 64.37 | 87.2 | - |
| YUV | 207 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 234 | 0.23 | 0.08 | 0 | 0.08 | 201.51 | 0.56 | 0.81 |
| Hex | B5 | D7 | EA | 17 | 8 | 0 | 8 | CA | 38 | 51 |
| Octal | 265 | 327 | 352 | 27 | 10 | 0 | 10 | 312 | 70 | 121 |
| Binary | 10110101 | 11010111 | 11101010 | 10111 | 1000 | 0 | 1000 | 11001010 | 111000 | 1010001 |
Color Harmonies of #B5D7EA
Complementary color
Monochromatic Colors of #B5D7EA
Black with #B5D7EA
Text Example
Text Example
White with #B5D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D7EA; }
p { color: rgb(181,215,234); }
H1.HeaderClassName
{
color: #B5D7EA;
}
.AnyTagClassName
{
color: #B5D7EA;
}
</style>
background-color css
<style>
a { background-color: #B5D7EA; }
a { background-color: rgb(181,215,234); }
div.DivClassName
{
background-color: #B5D7EA;
}
.BgClassName
{
background-color: #B5D7EA;
}
</style>
border-color css
<style>
span { border-color: #B5D7EA; }
span { border-color: rgb(181,215,234); }
td.TdClassName
{
border-color: #B5D7EA;
}
.TagClassName
{
border-color: #B5D7EA;
}
</style>