Shades of Light Sky Blue #8FD4FB
Tints of Light Sky Blue #8FD4FB
RGB
CMYK
RGB Variations
Color information
#8FD4FB (or 0x8FD4FB) is known color: Light Sky Blue. HEX triplet: 8F, D4 and FB. RGB value is (143,212,251). Sum of RGB (Red+Green+Blue) = 143+212+251=606 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.60% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FD4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD4FB is #702B04. Grayscale: #C3C3C3. Windows color (decimal): -7351045 or 16503951. OLE color: 16503951.
HSL color Cylindrical-coordinate representation of color #8FD4FB: hue angle of 201.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD4FB is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 212 | 251 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.02 |
| HSL | 201.67º | 0.93% | 0.77% | - |
| HSV(B) | 201.67º | 0.43% | 0.98% | - |
| XYZ | 52.28 | 59.89 | 100.07 | - |
| YUV | 195.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 251 | 0.43 | 0.16 | 0 | 0.02 | 201.67 | 0.93 | 0.77 |
| Hex | 8F | D4 | FB | 2B | 10 | 0 | 2 | CA | 5D | 4D |
| Octal | 217 | 324 | 373 | 53 | 20 | 0 | 2 | 312 | 135 | 115 |
| Binary | 10001111 | 11010100 | 11111011 | 101011 | 10000 | 0 | 10 | 11001010 | 1011101 | 1001101 |
Color Harmonies of #8FD4FB
Complementary color
Monochromatic Colors of #8FD4FB
Black with #8FD4FB
Text Example
Text Example
White with #8FD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD4FB; }
p { color: rgb(143,212,251); }
H1.HeaderClassName
{
color: #8FD4FB;
}
.AnyTagClassName
{
color: #8FD4FB;
}
</style>
background-color css
<style>
a { background-color: #8FD4FB; }
a { background-color: rgb(143,212,251); }
div.DivClassName
{
background-color: #8FD4FB;
}
.BgClassName
{
background-color: #8FD4FB;
}
</style>
border-color css
<style>
span { border-color: #8FD4FB; }
span { border-color: rgb(143,212,251); }
td.TdClassName
{
border-color: #8FD4FB;
}
.TagClassName
{
border-color: #8FD4FB;
}
</style>