Shades of Light Blue #BADEF1
Tints of Light Blue #BADEF1
RGB
CMYK
RGB Variations
Color information
#BADEF1 (or 0xBADEF1) is known color: Light Blue. HEX triplet: BA, DE and F1. RGB value is (186,222,241). Sum of RGB (Red+Green+Blue) = 186+222+241=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #BADEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEF1 is #45210E. Grayscale: #D5D5D5. Windows color (decimal): -4530447 or 15851194. OLE color: 15851194.
HSL color Cylindrical-coordinate representation of color #BADEF1: hue angle of 200.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADEF1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 222 | 241 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.05 |
| HSL | 200.73º | 0.66% | 0.84% | - |
| HSV(B) | 200.73º | 0.23% | 0.95% | - |
| XYZ | 62.25 | 69.03 | 93.26 | - |
| YUV | 213.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 241 | 0.23 | 0.08 | 0 | 0.05 | 200.73 | 0.66 | 0.84 |
| Hex | BA | DE | F1 | 17 | 8 | 0 | 5 | C9 | 42 | 54 |
| Octal | 272 | 336 | 361 | 27 | 10 | 0 | 5 | 311 | 102 | 124 |
| Binary | 10111010 | 11011110 | 11110001 | 10111 | 1000 | 0 | 101 | 11001001 | 1000010 | 1010100 |
Color Harmonies of #BADEF1
Complementary color
Monochromatic Colors of #BADEF1
Black with #BADEF1
Text Example
Text Example
White with #BADEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEF1; }
p { color: rgb(186,222,241); }
H1.HeaderClassName
{
color: #BADEF1;
}
.AnyTagClassName
{
color: #BADEF1;
}
</style>
background-color css
<style>
a { background-color: #BADEF1; }
a { background-color: rgb(186,222,241); }
div.DivClassName
{
background-color: #BADEF1;
}
.BgClassName
{
background-color: #BADEF1;
}
</style>
border-color css
<style>
span { border-color: #BADEF1; }
span { border-color: rgb(186,222,241); }
td.TdClassName
{
border-color: #BADEF1;
}
.TagClassName
{
border-color: #BADEF1;
}
</style>