Shades of Light Sky Blue #8FCCF7
Tints of Light Sky Blue #8FCCF7
RGB
CMYK
RGB Variations
Color information
#8FCCF7 (or 0x8FCCF7) is known color: Light Sky Blue. HEX triplet: 8F, CC and F7. RGB value is (143,204,247). Sum of RGB (Red+Green+Blue) = 143+204+247=594 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.07% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FCCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCCF7 is #703308. Grayscale: #BEBEBE. Windows color (decimal): -7353097 or 16239759. OLE color: 16239759.
HSL color Cylindrical-coordinate representation of color #8FCCF7: hue angle of 204.81º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FCCF7 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 204 | 247 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.03 |
| HSL | 204.81º | 0.87% | 0.76% | - |
| HSV(B) | 204.81º | 0.42% | 0.97% | - |
| XYZ | 49.71 | 55.74 | 96.13 | - |
| YUV | 190.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 247 | 0.42 | 0.17 | 0 | 0.03 | 204.81 | 0.87 | 0.76 |
| Hex | 8F | CC | F7 | 2A | 11 | 0 | 3 | CD | 57 | 4C |
| Octal | 217 | 314 | 367 | 52 | 21 | 0 | 3 | 315 | 127 | 114 |
| Binary | 10001111 | 11001100 | 11110111 | 101010 | 10001 | 0 | 11 | 11001101 | 1010111 | 1001100 |
Color Harmonies of #8FCCF7
Complementary color
Monochromatic Colors of #8FCCF7
Black with #8FCCF7
Text Example
Text Example
White with #8FCCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCF7; }
p { color: rgb(143,204,247); }
H1.HeaderClassName
{
color: #8FCCF7;
}
.AnyTagClassName
{
color: #8FCCF7;
}
</style>
background-color css
<style>
a { background-color: #8FCCF7; }
a { background-color: rgb(143,204,247); }
div.DivClassName
{
background-color: #8FCCF7;
}
.BgClassName
{
background-color: #8FCCF7;
}
</style>
border-color css
<style>
span { border-color: #8FCCF7; }
span { border-color: rgb(143,204,247); }
td.TdClassName
{
border-color: #8FCCF7;
}
.TagClassName
{
border-color: #8FCCF7;
}
</style>