Shades of Light Sky Blue #8FBBFE
Tints of Light Sky Blue #8FBBFE
RGB
CMYK
RGB Variations
Color information
#8FBBFE (or 0x8FBBFE) is known color: Light Sky Blue. HEX triplet: 8F, BB and FE. RGB value is (143,187,254). Sum of RGB (Red+Green+Blue) = 143+187+254=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FBBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBFE is #704401. Grayscale: #B5B5B5. Windows color (decimal): -7357442 or 16694159. OLE color: 16694159.
HSL color Cylindrical-coordinate representation of color #8FBBFE: hue angle of 216.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FBBFE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 187 | 254 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.00 |
| HSL | 216.22º | 0.98% | 0.78% | - |
| HSV(B) | 216.22º | 0.44% | 1% | - |
| XYZ | 46.99 | 48.54 | 100.66 | - |
| YUV | 181.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 254 | 0.44 | 0.26 | 0 | 0.00 | 216.22 | 0.98 | 0.78 |
| Hex | 8F | BB | FE | 2C | 1A | 0 | 0 | D8 | 62 | 4E |
| Octal | 217 | 273 | 376 | 54 | 32 | 0 | 0 | 330 | 142 | 116 |
| Binary | 10001111 | 10111011 | 11111110 | 101100 | 11010 | 0 | 0 | 11011000 | 1100010 | 1001110 |
Color Harmonies of #8FBBFE
Complementary color
Monochromatic Colors of #8FBBFE
Black with #8FBBFE
Text Example
Text Example
White with #8FBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBFE; }
p { color: rgb(143,187,254); }
H1.HeaderClassName
{
color: #8FBBFE;
}
.AnyTagClassName
{
color: #8FBBFE;
}
</style>
background-color css
<style>
a { background-color: #8FBBFE; }
a { background-color: rgb(143,187,254); }
div.DivClassName
{
background-color: #8FBBFE;
}
.BgClassName
{
background-color: #8FBBFE;
}
</style>
border-color css
<style>
span { border-color: #8FBBFE; }
span { border-color: rgb(143,187,254); }
td.TdClassName
{
border-color: #8FBBFE;
}
.TagClassName
{
border-color: #8FBBFE;
}
</style>