Shades of Light Sky Blue #8FCBFE
Tints of Light Sky Blue #8FCBFE
RGB
CMYK
RGB Variations
Color information
#8FCBFE (or 0x8FCBFE) is known color: Light Sky Blue. HEX triplet: 8F, CB and FE. RGB value is (143,203,254). Sum of RGB (Red+Green+Blue) = 143+203+254=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FCBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCBFE is #703401. Grayscale: #BEBEBE. Windows color (decimal): -7353346 or 16698255. OLE color: 16698255.
HSL color Cylindrical-coordinate representation of color #8FCBFE: hue angle of 207.57º 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 #8FCBFE is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 203 | 254 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.00 |
| HSL | 207.57º | 0.98% | 0.78% | - |
| HSV(B) | 207.57º | 0.44% | 1% | - |
| XYZ | 50.57 | 55.71 | 101.85 | - |
| YUV | 190.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 254 | 0.44 | 0.20 | 0 | 0.00 | 207.57 | 0.98 | 0.78 |
| Hex | 8F | CB | FE | 2C | 14 | 0 | 0 | D0 | 62 | 4E |
| Octal | 217 | 313 | 376 | 54 | 24 | 0 | 0 | 320 | 142 | 116 |
| Binary | 10001111 | 11001011 | 11111110 | 101100 | 10100 | 0 | 0 | 11010000 | 1100010 | 1001110 |
Color Harmonies of #8FCBFE
Complementary color
Monochromatic Colors of #8FCBFE
Black with #8FCBFE
Text Example
Text Example
White with #8FCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBFE; }
p { color: rgb(143,203,254); }
H1.HeaderClassName
{
color: #8FCBFE;
}
.AnyTagClassName
{
color: #8FCBFE;
}
</style>
background-color css
<style>
a { background-color: #8FCBFE; }
a { background-color: rgb(143,203,254); }
div.DivClassName
{
background-color: #8FCBFE;
}
.BgClassName
{
background-color: #8FCBFE;
}
</style>
border-color css
<style>
span { border-color: #8FCBFE; }
span { border-color: rgb(143,203,254); }
td.TdClassName
{
border-color: #8FCBFE;
}
.TagClassName
{
border-color: #8FCBFE;
}
</style>