Shades of Light Sky Blue #8FC1F9
Tints of Light Sky Blue #8FC1F9
RGB
CMYK
RGB Variations
Color information
#8FC1F9 (or 0x8FC1F9) is known color: Light Sky Blue. HEX triplet: 8F, C1 and F9. RGB value is (143,193,249). Sum of RGB (Red+Green+Blue) = 143+193+249=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FC1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC1F9 is #703E06. Grayscale: #B8B8B8. Windows color (decimal): -7355911 or 16368015. OLE color: 16368015.
HSL color Cylindrical-coordinate representation of color #8FC1F9: hue angle of 211.7º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FC1F9 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 193 | 249 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.02 |
| HSL | 211.7º | 0.9% | 0.77% | - |
| HSV(B) | 211.7º | 0.43% | 0.98% | - |
| XYZ | 47.5 | 50.82 | 96.93 | - |
| YUV | 184.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 249 | 0.43 | 0.22 | 0 | 0.02 | 211.7 | 0.9 | 0.77 |
| Hex | 8F | C1 | F9 | 2B | 16 | 0 | 2 | D4 | 5A | 4D |
| Octal | 217 | 301 | 371 | 53 | 26 | 0 | 2 | 324 | 132 | 115 |
| Binary | 10001111 | 11000001 | 11111001 | 101011 | 10110 | 0 | 10 | 11010100 | 1011010 | 1001101 |
Color Harmonies of #8FC1F9
Complementary color
Monochromatic Colors of #8FC1F9
Black with #8FC1F9
Text Example
Text Example
White with #8FC1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC1F9; }
p { color: rgb(143,193,249); }
H1.HeaderClassName
{
color: #8FC1F9;
}
.AnyTagClassName
{
color: #8FC1F9;
}
</style>
background-color css
<style>
a { background-color: #8FC1F9; }
a { background-color: rgb(143,193,249); }
div.DivClassName
{
background-color: #8FC1F9;
}
.BgClassName
{
background-color: #8FC1F9;
}
</style>
border-color css
<style>
span { border-color: #8FC1F9; }
span { border-color: rgb(143,193,249); }
td.TdClassName
{
border-color: #8FC1F9;
}
.TagClassName
{
border-color: #8FC1F9;
}
</style>