Shades of Light Sky Blue #8BCFF6
Tints of Light Sky Blue #8BCFF6
RGB
CMYK
RGB Variations
Color information
#8BCFF6 (or 0x8BCFF6) is known color: Light Sky Blue. HEX triplet: 8B, CF and F6. RGB value is (139,207,246). Sum of RGB (Red+Green+Blue) = 139+207+246=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #8BCFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFF6 is #743009. Grayscale: #BEBEBE. Windows color (decimal): -7614474 or 16174987. OLE color: 16174987.
HSL color Cylindrical-coordinate representation of color #8BCFF6: hue angle of 201.87º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BCFF6 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 207 | 246 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.04 |
| HSL | 201.87º | 0.86% | 0.75% | - |
| HSV(B) | 201.87º | 0.43% | 0.96% | - |
| XYZ | 49.59 | 56.77 | 95.53 | - |
| YUV | 191.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 246 | 0.43 | 0.16 | 0 | 0.04 | 201.87 | 0.86 | 0.75 |
| Hex | 8B | CF | F6 | 2B | 10 | 0 | 4 | CA | 56 | 4B |
| Octal | 213 | 317 | 366 | 53 | 20 | 0 | 4 | 312 | 126 | 113 |
| Binary | 10001011 | 11001111 | 11110110 | 101011 | 10000 | 0 | 100 | 11001010 | 1010110 | 1001011 |
Color Harmonies of #8BCFF6
Complementary color
Monochromatic Colors of #8BCFF6
Black with #8BCFF6
Text Example
Text Example
White with #8BCFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFF6; }
p { color: rgb(139,207,246); }
H1.HeaderClassName
{
color: #8BCFF6;
}
.AnyTagClassName
{
color: #8BCFF6;
}
</style>
background-color css
<style>
a { background-color: #8BCFF6; }
a { background-color: rgb(139,207,246); }
div.DivClassName
{
background-color: #8BCFF6;
}
.BgClassName
{
background-color: #8BCFF6;
}
</style>
border-color css
<style>
span { border-color: #8BCFF6; }
span { border-color: rgb(139,207,246); }
td.TdClassName
{
border-color: #8BCFF6;
}
.TagClassName
{
border-color: #8BCFF6;
}
</style>