Shades of Light Sky Blue #8FCEFC
Tints of Light Sky Blue #8FCEFC
RGB
CMYK
RGB Variations
Color information
#8FCEFC (or 0x8FCEFC) is known color: Light Sky Blue. HEX triplet: 8F, CE and FC. RGB value is (143,206,252). Sum of RGB (Red+Green+Blue) = 143+206+252=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FCEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEFC is #703103. Grayscale: #C0C0C0. Windows color (decimal): -7352580 or 16567951. OLE color: 16567951.
HSL color Cylindrical-coordinate representation of color #8FCEFC: hue angle of 205.32º 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 #8FCEFC is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 206 | 252 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.01 |
| HSL | 205.32º | 0.95% | 0.77% | - |
| HSV(B) | 205.32º | 0.43% | 0.99% | - |
| XYZ | 50.97 | 57.01 | 100.41 | - |
| YUV | 192.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 252 | 0.43 | 0.18 | 0 | 0.01 | 205.32 | 0.95 | 0.77 |
| Hex | 8F | CE | FC | 2B | 12 | 0 | 1 | CD | 5F | 4D |
| Octal | 217 | 316 | 374 | 53 | 22 | 0 | 1 | 315 | 137 | 115 |
| Binary | 10001111 | 11001110 | 11111100 | 101011 | 10010 | 0 | 1 | 11001101 | 1011111 | 1001101 |
Color Harmonies of #8FCEFC
Complementary color
Monochromatic Colors of #8FCEFC
Black with #8FCEFC
Text Example
Text Example
White with #8FCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEFC; }
p { color: rgb(143,206,252); }
H1.HeaderClassName
{
color: #8FCEFC;
}
.AnyTagClassName
{
color: #8FCEFC;
}
</style>
background-color css
<style>
a { background-color: #8FCEFC; }
a { background-color: rgb(143,206,252); }
div.DivClassName
{
background-color: #8FCEFC;
}
.BgClassName
{
background-color: #8FCEFC;
}
</style>
border-color css
<style>
span { border-color: #8FCEFC; }
span { border-color: rgb(143,206,252); }
td.TdClassName
{
border-color: #8FCEFC;
}
.TagClassName
{
border-color: #8FCEFC;
}
</style>