Shades of Light Sky Blue #8FCFFC
Tints of Light Sky Blue #8FCFFC
RGB
CMYK
RGB Variations
Color information
#8FCFFC (or 0x8FCFFC) is known color: Light Sky Blue. HEX triplet: 8F, CF and FC. RGB value is (143,207,252). Sum of RGB (Red+Green+Blue) = 143+207+252=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FCFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFFC is #703003. Grayscale: #C0C0C0. Windows color (decimal): -7352324 or 16568207. OLE color: 16568207.
HSL color Cylindrical-coordinate representation of color #8FCFFC: hue angle of 204.77º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FCFFC is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 207 | 252 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.01 |
| HSL | 204.77º | 0.95% | 0.77% | - |
| HSV(B) | 204.77º | 0.43% | 0.99% | - |
| XYZ | 51.21 | 57.49 | 100.49 | - |
| YUV | 192.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 252 | 0.43 | 0.18 | 0 | 0.01 | 204.77 | 0.95 | 0.77 |
| Hex | 8F | CF | FC | 2B | 12 | 0 | 1 | CD | 5F | 4D |
| Octal | 217 | 317 | 374 | 53 | 22 | 0 | 1 | 315 | 137 | 115 |
| Binary | 10001111 | 11001111 | 11111100 | 101011 | 10010 | 0 | 1 | 11001101 | 1011111 | 1001101 |
Color Harmonies of #8FCFFC
Complementary color
Monochromatic Colors of #8FCFFC
Black with #8FCFFC
Text Example
Text Example
White with #8FCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFFC; }
p { color: rgb(143,207,252); }
H1.HeaderClassName
{
color: #8FCFFC;
}
.AnyTagClassName
{
color: #8FCFFC;
}
</style>
background-color css
<style>
a { background-color: #8FCFFC; }
a { background-color: rgb(143,207,252); }
div.DivClassName
{
background-color: #8FCFFC;
}
.BgClassName
{
background-color: #8FCFFC;
}
</style>
border-color css
<style>
span { border-color: #8FCFFC; }
span { border-color: rgb(143,207,252); }
td.TdClassName
{
border-color: #8FCFFC;
}
.TagClassName
{
border-color: #8FCFFC;
}
</style>