Shades of Light Sky Blue #8FCAF7
Tints of Light Sky Blue #8FCAF7
RGB
CMYK
RGB Variations
Color information
#8FCAF7 (or 0x8FCAF7) is known color: Light Sky Blue. HEX triplet: 8F, CA and F7. RGB value is (143,202,247). Sum of RGB (Red+Green+Blue) = 143+202+247=592 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.16% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FCAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCAF7 is #703508. Grayscale: #BDBDBD. Windows color (decimal): -7353609 or 16239247. OLE color: 16239247.
HSL color Cylindrical-coordinate representation of color #8FCAF7: hue angle of 205.96º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FCAF7 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 202 | 247 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.03 |
| HSL | 205.96º | 0.87% | 0.76% | - |
| HSV(B) | 205.96º | 0.42% | 0.97% | - |
| XYZ | 49.24 | 54.8 | 95.98 | - |
| YUV | 189.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 247 | 0.42 | 0.18 | 0 | 0.03 | 205.96 | 0.87 | 0.76 |
| Hex | 8F | CA | F7 | 2A | 12 | 0 | 3 | CE | 57 | 4C |
| Octal | 217 | 312 | 367 | 52 | 22 | 0 | 3 | 316 | 127 | 114 |
| Binary | 10001111 | 11001010 | 11110111 | 101010 | 10010 | 0 | 11 | 11001110 | 1010111 | 1001100 |
Color Harmonies of #8FCAF7
Complementary color
Monochromatic Colors of #8FCAF7
Black with #8FCAF7
Text Example
Text Example
White with #8FCAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAF7; }
p { color: rgb(143,202,247); }
H1.HeaderClassName
{
color: #8FCAF7;
}
.AnyTagClassName
{
color: #8FCAF7;
}
</style>
background-color css
<style>
a { background-color: #8FCAF7; }
a { background-color: rgb(143,202,247); }
div.DivClassName
{
background-color: #8FCAF7;
}
.BgClassName
{
background-color: #8FCAF7;
}
</style>
border-color css
<style>
span { border-color: #8FCAF7; }
span { border-color: rgb(143,202,247); }
td.TdClassName
{
border-color: #8FCAF7;
}
.TagClassName
{
border-color: #8FCAF7;
}
</style>