Shades of Light Sky Blue #8FD3F8
Tints of Light Sky Blue #8FD3F8
RGB
CMYK
RGB Variations
Color information
#8FD3F8 (or 0x8FD3F8) is known color: Light Sky Blue. HEX triplet: 8F, D3 and F8. RGB value is (143,211,248). Sum of RGB (Red+Green+Blue) = 143+211+248=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FD3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD3F8 is #702C07. Grayscale: #C2C2C2. Windows color (decimal): -7351304 or 16307087. OLE color: 16307087.
HSL color Cylindrical-coordinate representation of color #8FD3F8: hue angle of 201.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FD3F8 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 211 | 248 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.03 |
| HSL | 201.14º | 0.88% | 0.77% | - |
| HSV(B) | 201.14º | 0.42% | 0.97% | - |
| XYZ | 51.57 | 59.21 | 97.52 | - |
| YUV | 194.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 248 | 0.42 | 0.15 | 0 | 0.03 | 201.14 | 0.88 | 0.77 |
| Hex | 8F | D3 | F8 | 2A | F | 0 | 3 | C9 | 58 | 4D |
| Octal | 217 | 323 | 370 | 52 | 17 | 0 | 3 | 311 | 130 | 115 |
| Binary | 10001111 | 11010011 | 11111000 | 101010 | 1111 | 0 | 11 | 11001001 | 1011000 | 1001101 |
Color Harmonies of #8FD3F8
Complementary color
Monochromatic Colors of #8FD3F8
Black with #8FD3F8
Text Example
Text Example
White with #8FD3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD3F8; }
p { color: rgb(143,211,248); }
H1.HeaderClassName
{
color: #8FD3F8;
}
.AnyTagClassName
{
color: #8FD3F8;
}
</style>
background-color css
<style>
a { background-color: #8FD3F8; }
a { background-color: rgb(143,211,248); }
div.DivClassName
{
background-color: #8FD3F8;
}
.BgClassName
{
background-color: #8FD3F8;
}
</style>
border-color css
<style>
span { border-color: #8FD3F8; }
span { border-color: rgb(143,211,248); }
td.TdClassName
{
border-color: #8FD3F8;
}
.TagClassName
{
border-color: #8FD3F8;
}
</style>