Shades of Light Blue #B5DDED
Tints of Light Blue #B5DDED
RGB
CMYK
RGB Variations
Color information
#B5DDED (or 0xB5DDED) is known color: Light Blue. HEX triplet: B5, DD and ED. RGB value is (181,221,237). Sum of RGB (Red+Green+Blue) = 181+221+237=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DDED is #4A2212. Grayscale: #D2D2D2. Windows color (decimal): -4858387 or 15588789. OLE color: 15588789.
HSL color Cylindrical-coordinate representation of color #B5DDED: hue angle of 197.14º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5DDED is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 221 | 237 | - |
CMYK | 0.24 | 0.07 | 0 | 0.07 |
HSL | 197.14º | 0.61% | 0.82% | - |
HSV(B) | 197.14º | 0.24% | 0.93% | - |
XYZ | 60.2 | 67.65 | 90.01 | - |
YUV | 210.86 | 142.75 | 106.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 221 | 237 | 0.24 | 0.07 | 0 | 0.07 | 197.14 | 0.61 | 0.82 |
Hex | B5 | DD | ED | 18 | 7 | 0 | 7 | C5 | 3D | 52 |
Octal | 265 | 335 | 355 | 30 | 7 | 0 | 7 | 305 | 75 | 122 |
Binary | 10110101 | 11011101 | 11101101 | 11000 | 111 | 0 | 111 | 11000101 | 111101 | 1010010 |
Color Harmonies of #B5DDED
Complementary color
Monochromatic Colors of #B5DDED
Black with #B5DDED
Text Example
Text Example
White with #B5DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DDED; }
p { color: rgb(181,221,237); }
H1.HeaderClassName
{
color: #B5DDED;
}
.AnyTagClassName
{
color: #B5DDED;
}
</style>
background-color css
<style>
a { background-color: #B5DDED; }
a { background-color: rgb(181,221,237); }
div.DivClassName
{
background-color: #B5DDED;
}
.BgClassName
{
background-color: #B5DDED;
}
</style>
border-color css
<style>
span { border-color: #B5DDED; }
span { border-color: rgb(181,221,237); }
td.TdClassName
{
border-color: #B5DDED;
}
.TagClassName
{
border-color: #B5DDED;
}
</style>