Shades of Light Sky Blue #8FD2F7
Tints of Light Sky Blue #8FD2F7
RGB
CMYK
RGB Variations
Color information
#8FD2F7 (or 0x8FD2F7) is known color: Light Sky Blue. HEX triplet: 8F, D2 and F7. RGB value is (143,210,247). Sum of RGB (Red+Green+Blue) = 143+210+247=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FD2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD2F7 is #702D08. Grayscale: #C1C1C1. Windows color (decimal): -7351561 or 16241295. OLE color: 16241295.
HSL color Cylindrical-coordinate representation of color #8FD2F7: hue angle of 201.35º 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 #8FD2F7 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 210 | 247 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.03 |
| HSL | 201.35º | 0.87% | 0.76% | - |
| HSV(B) | 201.35º | 0.42% | 0.97% | - |
| XYZ | 51.16 | 58.65 | 96.62 | - |
| YUV | 194.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 247 | 0.42 | 0.15 | 0 | 0.03 | 201.35 | 0.87 | 0.76 |
| Hex | 8F | D2 | F7 | 2A | F | 0 | 3 | C9 | 57 | 4C |
| Octal | 217 | 322 | 367 | 52 | 17 | 0 | 3 | 311 | 127 | 114 |
| Binary | 10001111 | 11010010 | 11110111 | 101010 | 1111 | 0 | 11 | 11001001 | 1010111 | 1001100 |
Color Harmonies of #8FD2F7
Complementary color
Monochromatic Colors of #8FD2F7
Black with #8FD2F7
Text Example
Text Example
White with #8FD2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD2F7; }
p { color: rgb(143,210,247); }
H1.HeaderClassName
{
color: #8FD2F7;
}
.AnyTagClassName
{
color: #8FD2F7;
}
</style>
background-color css
<style>
a { background-color: #8FD2F7; }
a { background-color: rgb(143,210,247); }
div.DivClassName
{
background-color: #8FD2F7;
}
.BgClassName
{
background-color: #8FD2F7;
}
</style>
border-color css
<style>
span { border-color: #8FD2F7; }
span { border-color: rgb(143,210,247); }
td.TdClassName
{
border-color: #8FD2F7;
}
.TagClassName
{
border-color: #8FD2F7;
}
</style>