Shades of Light Sky Blue #8FB8FC
Tints of Light Sky Blue #8FB8FC
RGB
CMYK
RGB Variations
Color information
#8FB8FC (or 0x8FB8FC) is known color: Light Sky Blue. HEX triplet: 8F, B8 and FC. RGB value is (143,184,252). Sum of RGB (Red+Green+Blue) = 143+184+252=579 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.70% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FB8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB8FC is #704703. Grayscale: #B3B3B3. Windows color (decimal): -7358212 or 16562319. OLE color: 16562319.
HSL color Cylindrical-coordinate representation of color #8FB8FC: hue angle of 217.43º 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 #8FB8FC is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 184 | 252 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.01 |
| HSL | 217.43º | 0.95% | 0.77% | - |
| HSV(B) | 217.43º | 0.43% | 0.99% | - |
| XYZ | 46.04 | 47.15 | 98.77 | - |
| YUV | 179.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 252 | 0.43 | 0.27 | 0 | 0.01 | 217.43 | 0.95 | 0.77 |
| Hex | 8F | B8 | FC | 2B | 1B | 0 | 1 | D9 | 5F | 4D |
| Octal | 217 | 270 | 374 | 53 | 33 | 0 | 1 | 331 | 137 | 115 |
| Binary | 10001111 | 10111000 | 11111100 | 101011 | 11011 | 0 | 1 | 11011001 | 1011111 | 1001101 |
Color Harmonies of #8FB8FC
Complementary color
Monochromatic Colors of #8FB8FC
Black with #8FB8FC
Text Example
Text Example
White with #8FB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8FC; }
p { color: rgb(143,184,252); }
H1.HeaderClassName
{
color: #8FB8FC;
}
.AnyTagClassName
{
color: #8FB8FC;
}
</style>
background-color css
<style>
a { background-color: #8FB8FC; }
a { background-color: rgb(143,184,252); }
div.DivClassName
{
background-color: #8FB8FC;
}
.BgClassName
{
background-color: #8FB8FC;
}
</style>
border-color css
<style>
span { border-color: #8FB8FC; }
span { border-color: rgb(143,184,252); }
td.TdClassName
{
border-color: #8FB8FC;
}
.TagClassName
{
border-color: #8FB8FC;
}
</style>