Shades of Light Sky Blue #8FCAFC
Tints of Light Sky Blue #8FCAFC
RGB
CMYK
RGB Variations
Color information
#8FCAFC (or 0x8FCAFC) is known color: Light Sky Blue. HEX triplet: 8F, CA and FC. RGB value is (143,202,252). Sum of RGB (Red+Green+Blue) = 143+202+252=597 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.95% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FCAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAFC is #703503. Grayscale: #BDBDBD. Windows color (decimal): -7353604 or 16566927. OLE color: 16566927.
HSL color Cylindrical-coordinate representation of color #8FCAFC: hue angle of 207.52º 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 #8FCAFC is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 202 | 252 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.01 |
| HSL | 207.52º | 0.95% | 0.77% | - |
| HSV(B) | 207.52º | 0.43% | 0.99% | - |
| XYZ | 50.02 | 55.11 | 100.1 | - |
| YUV | 190.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 252 | 0.43 | 0.20 | 0 | 0.01 | 207.52 | 0.95 | 0.77 |
| Hex | 8F | CA | FC | 2B | 14 | 0 | 1 | D0 | 5F | 4D |
| Octal | 217 | 312 | 374 | 53 | 24 | 0 | 1 | 320 | 137 | 115 |
| Binary | 10001111 | 11001010 | 11111100 | 101011 | 10100 | 0 | 1 | 11010000 | 1011111 | 1001101 |
Color Harmonies of #8FCAFC
Complementary color
Monochromatic Colors of #8FCAFC
Black with #8FCAFC
Text Example
Text Example
White with #8FCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAFC; }
p { color: rgb(143,202,252); }
H1.HeaderClassName
{
color: #8FCAFC;
}
.AnyTagClassName
{
color: #8FCAFC;
}
</style>
background-color css
<style>
a { background-color: #8FCAFC; }
a { background-color: rgb(143,202,252); }
div.DivClassName
{
background-color: #8FCAFC;
}
.BgClassName
{
background-color: #8FCAFC;
}
</style>
border-color css
<style>
span { border-color: #8FCAFC; }
span { border-color: rgb(143,202,252); }
td.TdClassName
{
border-color: #8FCAFC;
}
.TagClassName
{
border-color: #8FCAFC;
}
</style>