Shades of Light Sky Blue #8FCBFC
Tints of Light Sky Blue #8FCBFC
RGB
CMYK
RGB Variations
Color information
#8FCBFC (or 0x8FCBFC) is known color: Light Sky Blue. HEX triplet: 8F, CB and FC. RGB value is (143,203,252). Sum of RGB (Red+Green+Blue) = 143+203+252=598 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.91% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBFC is #703403. Grayscale: #BEBEBE. Windows color (decimal): -7353348 or 16567183. OLE color: 16567183.
HSL color Cylindrical-coordinate representation of color #8FCBFC: hue angle of 206.97º 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 #8FCBFC is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 203 | 252 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.01 |
| HSL | 206.97º | 0.95% | 0.77% | - |
| HSV(B) | 206.97º | 0.43% | 0.99% | - |
| XYZ | 50.25 | 55.58 | 100.17 | - |
| YUV | 190.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 252 | 0.43 | 0.19 | 0 | 0.01 | 206.97 | 0.95 | 0.77 |
| Hex | 8F | CB | FC | 2B | 13 | 0 | 1 | CF | 5F | 4D |
| Octal | 217 | 313 | 374 | 53 | 23 | 0 | 1 | 317 | 137 | 115 |
| Binary | 10001111 | 11001011 | 11111100 | 101011 | 10011 | 0 | 1 | 11001111 | 1011111 | 1001101 |
Color Harmonies of #8FCBFC
Complementary color
Monochromatic Colors of #8FCBFC
Black with #8FCBFC
Text Example
Text Example
White with #8FCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBFC; }
p { color: rgb(143,203,252); }
H1.HeaderClassName
{
color: #8FCBFC;
}
.AnyTagClassName
{
color: #8FCBFC;
}
</style>
background-color css
<style>
a { background-color: #8FCBFC; }
a { background-color: rgb(143,203,252); }
div.DivClassName
{
background-color: #8FCBFC;
}
.BgClassName
{
background-color: #8FCBFC;
}
</style>
border-color css
<style>
span { border-color: #8FCBFC; }
span { border-color: rgb(143,203,252); }
td.TdClassName
{
border-color: #8FCBFC;
}
.TagClassName
{
border-color: #8FCBFC;
}
</style>