Shades of Light Sky Blue #8FCCFF
Tints of Light Sky Blue #8FCCFF
RGB
CMYK
RGB Variations
Color information
#8FCCFF (or 0x8FCCFF) is known color: Light Sky Blue. HEX triplet: 8F, CC and FF. RGB value is (143,204,255). Sum of RGB (Red+Green+Blue) = 143+204+255=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCCFF is #703300. Grayscale: #BFBFBF. Windows color (decimal): -7353089 or 16764047. OLE color: 16764047.
HSL color Cylindrical-coordinate representation of color #8FCCFF: hue angle of 207.32º 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 #8FCCFF is Cyan = 0.44, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 204 | 255 | - |
| CMYK | 0.44 | 0.2 | 0 | 0 |
| HSL | 207.32º | 1% | 0.78% | - |
| HSV(B) | 207.32º | 0.44% | 1% | - |
| XYZ | 50.97 | 56.25 | 102.78 | - |
| YUV | 191.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 255 | 0.44 | 0.2 | 0 | 0 | 207.32 | 1 | 0.78 |
| Hex | 8F | CC | FF | 2C | 14 | 0 | 0 | CF | 64 | 4E |
| Octal | 217 | 314 | 377 | 54 | 24 | 0 | 0 | 317 | 144 | 116 |
| Binary | 10001111 | 11001100 | 11111111 | 101100 | 10100 | 0 | 0 | 11001111 | 1100100 | 1001110 |
Color Harmonies of #8FCCFF
Complementary color
Monochromatic Colors of #8FCCFF
Black with #8FCCFF
Text Example
Text Example
White with #8FCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCCFF; }
p { color: rgb(143,204,255); }
H1.HeaderClassName
{
color: #8FCCFF;
}
.AnyTagClassName
{
color: #8FCCFF;
}
</style>
background-color css
<style>
a { background-color: #8FCCFF; }
a { background-color: rgb(143,204,255); }
div.DivClassName
{
background-color: #8FCCFF;
}
.BgClassName
{
background-color: #8FCCFF;
}
</style>
border-color css
<style>
span { border-color: #8FCCFF; }
span { border-color: rgb(143,204,255); }
td.TdClassName
{
border-color: #8FCCFF;
}
.TagClassName
{
border-color: #8FCCFF;
}
</style>