Shades of Light Blue #B5DAEE
Tints of Light Blue #B5DAEE
RGB
CMYK
RGB Variations
Color information
#B5DAEE (or 0xB5DAEE) is known color: Light Blue. HEX triplet: B5, DA and EE. RGB value is (181,218,238). Sum of RGB (Red+Green+Blue) = 181+218+238=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5DAEE is #4A2511. Grayscale: #D1D1D1. Windows color (decimal): -4859154 or 15653557. OLE color: 15653557.
HSL color Cylindrical-coordinate representation of color #B5DAEE: hue angle of 201.05º degrees, saturation: 0.63, 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 #B5DAEE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 218 | 238 | - |
CMYK | 0.24 | 0.08 | 0 | 0.07 |
HSL | 201.05º | 0.63% | 0.82% | - |
HSV(B) | 201.05º | 0.24% | 0.93% | - |
XYZ | 59.56 | 66.14 | 90.52 | - |
YUV | 209.22 | 144.24 | 107.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 238 | 0.24 | 0.08 | 0 | 0.07 | 201.05 | 0.63 | 0.82 |
Hex | B5 | DA | EE | 18 | 8 | 0 | 7 | C9 | 3F | 52 |
Octal | 265 | 332 | 356 | 30 | 10 | 0 | 7 | 311 | 77 | 122 |
Binary | 10110101 | 11011010 | 11101110 | 11000 | 1000 | 0 | 111 | 11001001 | 111111 | 1010010 |
Color Harmonies of #B5DAEE
Complementary color
Monochromatic Colors of #B5DAEE
Black with #B5DAEE
Text Example
Text Example
White with #B5DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAEE; }
p { color: rgb(181,218,238); }
H1.HeaderClassName
{
color: #B5DAEE;
}
.AnyTagClassName
{
color: #B5DAEE;
}
</style>
background-color css
<style>
a { background-color: #B5DAEE; }
a { background-color: rgb(181,218,238); }
div.DivClassName
{
background-color: #B5DAEE;
}
.BgClassName
{
background-color: #B5DAEE;
}
</style>
border-color css
<style>
span { border-color: #B5DAEE; }
span { border-color: rgb(181,218,238); }
td.TdClassName
{
border-color: #B5DAEE;
}
.TagClassName
{
border-color: #B5DAEE;
}
</style>