Shades of Light Sky Blue #8FD4FE
Tints of Light Sky Blue #8FD4FE
RGB
CMYK
RGB Variations
Color information
#8FD4FE (or 0x8FD4FE) is known color: Light Sky Blue. HEX triplet: 8F, D4 and FE. RGB value is (143,212,254). Sum of RGB (Red+Green+Blue) = 143+212+254=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FD4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD4FE is #702B01. Grayscale: #C3C3C3. Windows color (decimal): -7351042 or 16700559. OLE color: 16700559.
HSL color Cylindrical-coordinate representation of color #8FD4FE: hue angle of 202.7º 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 #8FD4FE is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 212 | 254 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.00 |
| HSL | 202.7º | 0.98% | 0.78% | - |
| HSV(B) | 202.7º | 0.44% | 1% | - |
| XYZ | 52.76 | 60.08 | 102.58 | - |
| YUV | 196.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 254 | 0.44 | 0.17 | 0 | 0.00 | 202.7 | 0.98 | 0.78 |
| Hex | 8F | D4 | FE | 2C | 11 | 0 | 0 | CB | 62 | 4E |
| Octal | 217 | 324 | 376 | 54 | 21 | 0 | 0 | 313 | 142 | 116 |
| Binary | 10001111 | 11010100 | 11111110 | 101100 | 10001 | 0 | 0 | 11001011 | 1100010 | 1001110 |
Color Harmonies of #8FD4FE
Complementary color
Monochromatic Colors of #8FD4FE
Black with #8FD4FE
Text Example
Text Example
White with #8FD4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD4FE; }
p { color: rgb(143,212,254); }
H1.HeaderClassName
{
color: #8FD4FE;
}
.AnyTagClassName
{
color: #8FD4FE;
}
</style>
background-color css
<style>
a { background-color: #8FD4FE; }
a { background-color: rgb(143,212,254); }
div.DivClassName
{
background-color: #8FD4FE;
}
.BgClassName
{
background-color: #8FD4FE;
}
</style>
border-color css
<style>
span { border-color: #8FD4FE; }
span { border-color: rgb(143,212,254); }
td.TdClassName
{
border-color: #8FD4FE;
}
.TagClassName
{
border-color: #8FD4FE;
}
</style>