Shades of Light Sky Blue #8BCAF6
Tints of Light Sky Blue #8BCAF6
RGB
CMYK
RGB Variations
Color information
#8BCAF6 (or 0x8BCAF6) is known color: Light Sky Blue. HEX triplet: 8B, CA and F6. RGB value is (139,202,246). Sum of RGB (Red+Green+Blue) = 139+202+246=587 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.68% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #8BCAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAF6 is #743509. Grayscale: #BBBBBB. Windows color (decimal): -7615754 or 16173707. OLE color: 16173707.
HSL color Cylindrical-coordinate representation of color #8BCAF6: hue angle of 204.67º 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 #8BCAF6 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 202 | 246 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.04 |
| HSL | 204.67º | 0.86% | 0.75% | - |
| HSV(B) | 204.67º | 0.43% | 0.96% | - |
| XYZ | 48.4 | 54.38 | 95.13 | - |
| YUV | 188.18 | 160.63 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 246 | 0.43 | 0.18 | 0 | 0.04 | 204.67 | 0.86 | 0.75 |
| Hex | 8B | CA | F6 | 2B | 12 | 0 | 4 | CD | 56 | 4B |
| Octal | 213 | 312 | 366 | 53 | 22 | 0 | 4 | 315 | 126 | 113 |
| Binary | 10001011 | 11001010 | 11110110 | 101011 | 10010 | 0 | 100 | 11001101 | 1010110 | 1001011 |
Color Harmonies of #8BCAF6
Complementary color
Monochromatic Colors of #8BCAF6
Black with #8BCAF6
Text Example
Text Example
White with #8BCAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAF6; }
p { color: rgb(139,202,246); }
H1.HeaderClassName
{
color: #8BCAF6;
}
.AnyTagClassName
{
color: #8BCAF6;
}
</style>
background-color css
<style>
a { background-color: #8BCAF6; }
a { background-color: rgb(139,202,246); }
div.DivClassName
{
background-color: #8BCAF6;
}
.BgClassName
{
background-color: #8BCAF6;
}
</style>
border-color css
<style>
span { border-color: #8BCAF6; }
span { border-color: rgb(139,202,246); }
td.TdClassName
{
border-color: #8BCAF6;
}
.TagClassName
{
border-color: #8BCAF6;
}
</style>