Shades of Light Sky Blue #8FB8F7
Tints of Light Sky Blue #8FB8F7
RGB
CMYK
RGB Variations
Color information
#8FB8F7 (or 0x8FB8F7) is known color: Light Sky Blue. HEX triplet: 8F, B8 and F7. RGB value is (143,184,247). Sum of RGB (Red+Green+Blue) = 143+184+247=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FB8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB8F7 is #704708. Grayscale: #B2B2B2. Windows color (decimal): -7358217 or 16234639. OLE color: 16234639.
HSL color Cylindrical-coordinate representation of color #8FB8F7: hue angle of 216.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 #8FB8F7 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 184 | 247 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.03 |
| HSL | 216.35º | 0.87% | 0.76% | - |
| HSV(B) | 216.35º | 0.42% | 0.97% | - |
| XYZ | 45.26 | 46.84 | 94.65 | - |
| YUV | 178.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 247 | 0.42 | 0.26 | 0 | 0.03 | 216.35 | 0.87 | 0.76 |
| Hex | 8F | B8 | F7 | 2A | 1A | 0 | 3 | D8 | 57 | 4C |
| Octal | 217 | 270 | 367 | 52 | 32 | 0 | 3 | 330 | 127 | 114 |
| Binary | 10001111 | 10111000 | 11110111 | 101010 | 11010 | 0 | 11 | 11011000 | 1010111 | 1001100 |
Color Harmonies of #8FB8F7
Complementary color
Monochromatic Colors of #8FB8F7
Black with #8FB8F7
Text Example
Text Example
White with #8FB8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8F7; }
p { color: rgb(143,184,247); }
H1.HeaderClassName
{
color: #8FB8F7;
}
.AnyTagClassName
{
color: #8FB8F7;
}
</style>
background-color css
<style>
a { background-color: #8FB8F7; }
a { background-color: rgb(143,184,247); }
div.DivClassName
{
background-color: #8FB8F7;
}
.BgClassName
{
background-color: #8FB8F7;
}
</style>
border-color css
<style>
span { border-color: #8FB8F7; }
span { border-color: rgb(143,184,247); }
td.TdClassName
{
border-color: #8FB8F7;
}
.TagClassName
{
border-color: #8FB8F7;
}
</style>