Shades of Light Sky Blue #8FCBFD
Tints of Light Sky Blue #8FCBFD
RGB
CMYK
RGB Variations
Color information
#8FCBFD (or 0x8FCBFD) is known color: Light Sky Blue. HEX triplet: 8F, CB and FD. RGB value is (143,203,253). Sum of RGB (Red+Green+Blue) = 143+203+253=599 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.87% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FCBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBFD is #703402. Grayscale: #BEBEBE. Windows color (decimal): -7353347 or 16632719. OLE color: 16632719.
HSL color Cylindrical-coordinate representation of color #8FCBFD: hue angle of 207.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FCBFD is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 203 | 253 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.01 |
| HSL | 207.27º | 0.96% | 0.78% | - |
| HSV(B) | 207.27º | 0.43% | 0.99% | - |
| XYZ | 50.41 | 55.64 | 101.01 | - |
| YUV | 190.76 | 163.12 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 253 | 0.43 | 0.20 | 0 | 0.01 | 207.27 | 0.96 | 0.78 |
| Hex | 8F | CB | FD | 2B | 14 | 0 | 1 | CF | 60 | 4E |
| Octal | 217 | 313 | 375 | 53 | 24 | 0 | 1 | 317 | 140 | 116 |
| Binary | 10001111 | 11001011 | 11111101 | 101011 | 10100 | 0 | 1 | 11001111 | 1100000 | 1001110 |
Color Harmonies of #8FCBFD
Complementary color
Monochromatic Colors of #8FCBFD
Black with #8FCBFD
Text Example
Text Example
White with #8FCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBFD; }
p { color: rgb(143,203,253); }
H1.HeaderClassName
{
color: #8FCBFD;
}
.AnyTagClassName
{
color: #8FCBFD;
}
</style>
background-color css
<style>
a { background-color: #8FCBFD; }
a { background-color: rgb(143,203,253); }
div.DivClassName
{
background-color: #8FCBFD;
}
.BgClassName
{
background-color: #8FCBFD;
}
</style>
border-color css
<style>
span { border-color: #8FCBFD; }
span { border-color: rgb(143,203,253); }
td.TdClassName
{
border-color: #8FCBFD;
}
.TagClassName
{
border-color: #8FCBFD;
}
</style>