Shades of Light Sky Blue #8FC2FF
Tints of Light Sky Blue #8FC2FF
RGB
CMYK
RGB Variations
Color information
#8FC2FF (or 0x8FC2FF) is known color: Light Sky Blue. HEX triplet: 8F, C2 and FF. RGB value is (143,194,255). Sum of RGB (Red+Green+Blue) = 143+194+255=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC2FF is #703D00. Grayscale: #B9B9B9. Windows color (decimal): -7355649 or 16761487. OLE color: 16761487.
HSL color Cylindrical-coordinate representation of color #8FC2FF: hue angle of 212.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FC2FF is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 194 | 255 | - |
| CMYK | 0.44 | 0.24 | 0 | 0 |
| HSL | 212.68º | 1% | 0.78% | - |
| HSV(B) | 212.68º | 0.44% | 1% | - |
| XYZ | 48.67 | 51.64 | 102.01 | - |
| YUV | 185.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 255 | 0.44 | 0.24 | 0 | 0 | 212.68 | 1 | 0.78 |
| Hex | 8F | C2 | FF | 2C | 18 | 0 | 0 | D5 | 64 | 4E |
| Octal | 217 | 302 | 377 | 54 | 30 | 0 | 0 | 325 | 144 | 116 |
| Binary | 10001111 | 11000010 | 11111111 | 101100 | 11000 | 0 | 0 | 11010101 | 1100100 | 1001110 |
Color Harmonies of #8FC2FF
Complementary color
Monochromatic Colors of #8FC2FF
Black with #8FC2FF
Text Example
Text Example
White with #8FC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC2FF; }
p { color: rgb(143,194,255); }
H1.HeaderClassName
{
color: #8FC2FF;
}
.AnyTagClassName
{
color: #8FC2FF;
}
</style>
background-color css
<style>
a { background-color: #8FC2FF; }
a { background-color: rgb(143,194,255); }
div.DivClassName
{
background-color: #8FC2FF;
}
.BgClassName
{
background-color: #8FC2FF;
}
</style>
border-color css
<style>
span { border-color: #8FC2FF; }
span { border-color: rgb(143,194,255); }
td.TdClassName
{
border-color: #8FC2FF;
}
.TagClassName
{
border-color: #8FC2FF;
}
</style>