Shades of Light Sky Blue #8FD2FA
Tints of Light Sky Blue #8FD2FA
RGB
CMYK
RGB Variations
Color information
#8FD2FA (or 0x8FD2FA) is known color: Light Sky Blue. HEX triplet: 8F, D2 and FA. RGB value is (143,210,250). Sum of RGB (Red+Green+Blue) = 143+210+250=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD2FA is #702D05. Grayscale: #C2C2C2. Windows color (decimal): -7351558 or 16437903. OLE color: 16437903.
HSL color Cylindrical-coordinate representation of color #8FD2FA: hue angle of 202.43º degrees, saturation: 0.91, 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 #8FD2FA is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 210 | 250 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.02 |
| HSL | 202.43º | 0.91% | 0.77% | - |
| HSV(B) | 202.43º | 0.43% | 0.98% | - |
| XYZ | 51.63 | 58.83 | 99.08 | - |
| YUV | 194.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 250 | 0.43 | 0.16 | 0 | 0.02 | 202.43 | 0.91 | 0.77 |
| Hex | 8F | D2 | FA | 2B | 10 | 0 | 2 | CA | 5B | 4D |
| Octal | 217 | 322 | 372 | 53 | 20 | 0 | 2 | 312 | 133 | 115 |
| Binary | 10001111 | 11010010 | 11111010 | 101011 | 10000 | 0 | 10 | 11001010 | 1011011 | 1001101 |
Color Harmonies of #8FD2FA
Complementary color
Monochromatic Colors of #8FD2FA
Black with #8FD2FA
Text Example
Text Example
White with #8FD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD2FA; }
p { color: rgb(143,210,250); }
H1.HeaderClassName
{
color: #8FD2FA;
}
.AnyTagClassName
{
color: #8FD2FA;
}
</style>
background-color css
<style>
a { background-color: #8FD2FA; }
a { background-color: rgb(143,210,250); }
div.DivClassName
{
background-color: #8FD2FA;
}
.BgClassName
{
background-color: #8FD2FA;
}
</style>
border-color css
<style>
span { border-color: #8FD2FA; }
span { border-color: rgb(143,210,250); }
td.TdClassName
{
border-color: #8FD2FA;
}
.TagClassName
{
border-color: #8FD2FA;
}
</style>