Shades of Light Sky Blue #8FCDF8
Tints of Light Sky Blue #8FCDF8
RGB
CMYK
RGB Variations
Color information
#8FCDF8 (or 0x8FCDF8) is known color: Light Sky Blue. HEX triplet: 8F, CD and F8. RGB value is (143,205,248). Sum of RGB (Red+Green+Blue) = 143+205+248=596 (78% of max value = 765). Red value is 143 (56.25% from 255 or 23.99% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FCDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDF8 is #703207. Grayscale: #BFBFBF. Windows color (decimal): -7352840 or 16305551. OLE color: 16305551.
HSL color Cylindrical-coordinate representation of color #8FCDF8: hue angle of 204.57º 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 #8FCDF8 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 205 | 248 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.03 |
| HSL | 204.57º | 0.88% | 0.77% | - |
| HSV(B) | 204.57º | 0.42% | 0.97% | - |
| XYZ | 50.1 | 56.28 | 97.03 | - |
| YUV | 191.36 | 159.96 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 248 | 0.42 | 0.17 | 0 | 0.03 | 204.57 | 0.88 | 0.77 |
| Hex | 8F | CD | F8 | 2A | 11 | 0 | 3 | CD | 58 | 4D |
| Octal | 217 | 315 | 370 | 52 | 21 | 0 | 3 | 315 | 130 | 115 |
| Binary | 10001111 | 11001101 | 11111000 | 101010 | 10001 | 0 | 11 | 11001101 | 1011000 | 1001101 |
Color Harmonies of #8FCDF8
Complementary color
Monochromatic Colors of #8FCDF8
Black with #8FCDF8
Text Example
Text Example
White with #8FCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDF8; }
p { color: rgb(143,205,248); }
H1.HeaderClassName
{
color: #8FCDF8;
}
.AnyTagClassName
{
color: #8FCDF8;
}
</style>
background-color css
<style>
a { background-color: #8FCDF8; }
a { background-color: rgb(143,205,248); }
div.DivClassName
{
background-color: #8FCDF8;
}
.BgClassName
{
background-color: #8FCDF8;
}
</style>
border-color css
<style>
span { border-color: #8FCDF8; }
span { border-color: rgb(143,205,248); }
td.TdClassName
{
border-color: #8FCDF8;
}
.TagClassName
{
border-color: #8FCDF8;
}
</style>