Shades of Light Blue #B6E0FA
Tints of Light Blue #B6E0FA
RGB
CMYK
RGB Variations
Color information
#B6E0FA (or 0xB6E0FA) is known color: Light Blue. HEX triplet: B6, E0 and FA. RGB value is (182,224,250). Sum of RGB (Red+Green+Blue) = 182+224+250=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E0FA is #491F05. Grayscale: #D6D6D6. Windows color (decimal): -4792070 or 16441526. OLE color: 16441526.
HSL color Cylindrical-coordinate representation of color #B6E0FA: hue angle of 202.94º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6E0FA is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 224 | 250 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.02 |
| HSL | 202.94º | 0.87% | 0.85% | - |
| HSV(B) | 202.94º | 0.27% | 0.98% | - |
| XYZ | 63.2 | 70.16 | 100.65 | - |
| YUV | 214.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 250 | 0.27 | 0.10 | 0 | 0.02 | 202.94 | 0.87 | 0.85 |
| Hex | B6 | E0 | FA | 1B | A | 0 | 2 | CB | 57 | 55 |
| Octal | 266 | 340 | 372 | 33 | 12 | 0 | 2 | 313 | 127 | 125 |
| Binary | 10110110 | 11100000 | 11111010 | 11011 | 1010 | 0 | 10 | 11001011 | 1010111 | 1010101 |
Color Harmonies of #B6E0FA
Complementary color
Monochromatic Colors of #B6E0FA
Black with #B6E0FA
Text Example
Text Example
White with #B6E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E0FA; }
p { color: rgb(182,224,250); }
H1.HeaderClassName
{
color: #B6E0FA;
}
.AnyTagClassName
{
color: #B6E0FA;
}
</style>
background-color css
<style>
a { background-color: #B6E0FA; }
a { background-color: rgb(182,224,250); }
div.DivClassName
{
background-color: #B6E0FA;
}
.BgClassName
{
background-color: #B6E0FA;
}
</style>
border-color css
<style>
span { border-color: #B6E0FA; }
span { border-color: rgb(182,224,250); }
td.TdClassName
{
border-color: #B6E0FA;
}
.TagClassName
{
border-color: #B6E0FA;
}
</style>