Shades of Light Blue #BADEEF
Tints of Light Blue #BADEEF
RGB
CMYK
RGB Variations
Color information
#BADEEF (or 0xBADEEF) is known color: Light Blue. HEX triplet: BA, DE and EF. RGB value is (186,222,239). Sum of RGB (Red+Green+Blue) = 186+222+239=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #BADEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEEF is #452110. Grayscale: #D5D5D5. Windows color (decimal): -4530449 or 15720122. OLE color: 15720122.
HSL color Cylindrical-coordinate representation of color #BADEEF: hue angle of 199.25º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADEEF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 222 | 239 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.06 |
| HSL | 199.25º | 0.62% | 0.83% | - |
| HSV(B) | 199.25º | 0.22% | 0.94% | - |
| XYZ | 61.95 | 68.91 | 91.7 | - |
| YUV | 213.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 239 | 0.22 | 0.07 | 0 | 0.06 | 199.25 | 0.62 | 0.83 |
| Hex | BA | DE | EF | 16 | 7 | 0 | 6 | C7 | 3E | 53 |
| Octal | 272 | 336 | 357 | 26 | 7 | 0 | 6 | 307 | 76 | 123 |
| Binary | 10111010 | 11011110 | 11101111 | 10110 | 111 | 0 | 110 | 11000111 | 111110 | 1010011 |
Color Harmonies of #BADEEF
Complementary color
Monochromatic Colors of #BADEEF
Black with #BADEEF
Text Example
Text Example
White with #BADEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEEF; }
p { color: rgb(186,222,239); }
H1.HeaderClassName
{
color: #BADEEF;
}
.AnyTagClassName
{
color: #BADEEF;
}
</style>
background-color css
<style>
a { background-color: #BADEEF; }
a { background-color: rgb(186,222,239); }
div.DivClassName
{
background-color: #BADEEF;
}
.BgClassName
{
background-color: #BADEEF;
}
</style>
border-color css
<style>
span { border-color: #BADEEF; }
span { border-color: rgb(186,222,239); }
td.TdClassName
{
border-color: #BADEEF;
}
.TagClassName
{
border-color: #BADEEF;
}
</style>