Shades of Light Sky Blue #8FBDFC
Tints of Light Sky Blue #8FBDFC
RGB
CMYK
RGB Variations
Color information
#8FBDFC (or 0x8FBDFC) is known color: Light Sky Blue. HEX triplet: 8F, BD and FC. RGB value is (143,189,252). Sum of RGB (Red+Green+Blue) = 143+189+252=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FBDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBDFC is #704203. Grayscale: #B6B6B6. Windows color (decimal): -7356932 or 16563599. OLE color: 16563599.
HSL color Cylindrical-coordinate representation of color #8FBDFC: hue angle of 214.68º 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 #8FBDFC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 189 | 252 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.01 |
| HSL | 214.68º | 0.95% | 0.77% | - |
| HSV(B) | 214.68º | 0.43% | 0.99% | - |
| XYZ | 47.1 | 49.26 | 99.12 | - |
| YUV | 182.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 252 | 0.43 | 0.25 | 0 | 0.01 | 214.68 | 0.95 | 0.77 |
| Hex | 8F | BD | FC | 2B | 19 | 0 | 1 | D7 | 5F | 4D |
| Octal | 217 | 275 | 374 | 53 | 31 | 0 | 1 | 327 | 137 | 115 |
| Binary | 10001111 | 10111101 | 11111100 | 101011 | 11001 | 0 | 1 | 11010111 | 1011111 | 1001101 |
Color Harmonies of #8FBDFC
Complementary color
Monochromatic Colors of #8FBDFC
Black with #8FBDFC
Text Example
Text Example
White with #8FBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDFC; }
p { color: rgb(143,189,252); }
H1.HeaderClassName
{
color: #8FBDFC;
}
.AnyTagClassName
{
color: #8FBDFC;
}
</style>
background-color css
<style>
a { background-color: #8FBDFC; }
a { background-color: rgb(143,189,252); }
div.DivClassName
{
background-color: #8FBDFC;
}
.BgClassName
{
background-color: #8FBDFC;
}
</style>
border-color css
<style>
span { border-color: #8FBDFC; }
span { border-color: rgb(143,189,252); }
td.TdClassName
{
border-color: #8FBDFC;
}
.TagClassName
{
border-color: #8FBDFC;
}
</style>