Shades of Light Sky Blue #8CBAF1
Tints of Light Sky Blue #8CBAF1
RGB
CMYK
RGB Variations
Color information
#8CBAF1 (or 0x8CBAF1) is known color: Light Sky Blue. HEX triplet: 8C, BA and F1. RGB value is (140,186,241). Sum of RGB (Red+Green+Blue) = 140+186+241=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CBAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAF1 is #73450E. Grayscale: #B2B2B2. Windows color (decimal): -7554319 or 15841932. OLE color: 15841932.
HSL color Cylindrical-coordinate representation of color #8CBAF1: hue angle of 212.67º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CBAF1 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 186 | 241 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.05 |
| HSL | 212.67º | 0.78% | 0.75% | - |
| HSV(B) | 212.67º | 0.42% | 0.95% | - |
| XYZ | 44.25 | 47.04 | 89.97 | - |
| YUV | 178.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 241 | 0.42 | 0.23 | 0 | 0.05 | 212.67 | 0.78 | 0.75 |
| Hex | 8C | BA | F1 | 2A | 17 | 0 | 5 | D5 | 4E | 4B |
| Octal | 214 | 272 | 361 | 52 | 27 | 0 | 5 | 325 | 116 | 113 |
| Binary | 10001100 | 10111010 | 11110001 | 101010 | 10111 | 0 | 101 | 11010101 | 1001110 | 1001011 |
Color Harmonies of #8CBAF1
Complementary color
Monochromatic Colors of #8CBAF1
Black with #8CBAF1
Text Example
Text Example
White with #8CBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAF1; }
p { color: rgb(140,186,241); }
H1.HeaderClassName
{
color: #8CBAF1;
}
.AnyTagClassName
{
color: #8CBAF1;
}
</style>
background-color css
<style>
a { background-color: #8CBAF1; }
a { background-color: rgb(140,186,241); }
div.DivClassName
{
background-color: #8CBAF1;
}
.BgClassName
{
background-color: #8CBAF1;
}
</style>
border-color css
<style>
span { border-color: #8CBAF1; }
span { border-color: rgb(140,186,241); }
td.TdClassName
{
border-color: #8CBAF1;
}
.TagClassName
{
border-color: #8CBAF1;
}
</style>