Shades of Light Blue #BADEF0
Tints of Light Blue #BADEF0
RGB
CMYK
RGB Variations
Color information
#BADEF0 (or 0xBADEF0) is known color: Light Blue. HEX triplet: BA, DE and F0. RGB value is (186,222,240). Sum of RGB (Red+Green+Blue) = 186+222+240=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #BADEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEF0 is #45210F. Grayscale: #D5D5D5. Windows color (decimal): -4530448 or 15785658. OLE color: 15785658.
HSL color Cylindrical-coordinate representation of color #BADEF0: hue angle of 200º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADEF0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 222 | 240 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.06 |
| HSL | 200º | 0.64% | 0.84% | - |
| HSV(B) | 200º | 0.23% | 0.94% | - |
| XYZ | 62.1 | 68.97 | 92.48 | - |
| YUV | 213.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 240 | 0.22 | 0.08 | 0 | 0.06 | 200 | 0.64 | 0.84 |
| Hex | BA | DE | F0 | 16 | 8 | 0 | 6 | C8 | 40 | 54 |
| Octal | 272 | 336 | 360 | 26 | 10 | 0 | 6 | 310 | 100 | 124 |
| Binary | 10111010 | 11011110 | 11110000 | 10110 | 1000 | 0 | 110 | 11001000 | 1000000 | 1010100 |
Color Harmonies of #BADEF0
Complementary color
Monochromatic Colors of #BADEF0
Black with #BADEF0
Text Example
Text Example
White with #BADEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEF0; }
p { color: rgb(186,222,240); }
H1.HeaderClassName
{
color: #BADEF0;
}
.AnyTagClassName
{
color: #BADEF0;
}
</style>
background-color css
<style>
a { background-color: #BADEF0; }
a { background-color: rgb(186,222,240); }
div.DivClassName
{
background-color: #BADEF0;
}
.BgClassName
{
background-color: #BADEF0;
}
</style>
border-color css
<style>
span { border-color: #BADEF0; }
span { border-color: rgb(186,222,240); }
td.TdClassName
{
border-color: #BADEF0;
}
.TagClassName
{
border-color: #BADEF0;
}
</style>