Shades of Light Sky Blue #8DCFFA
Tints of Light Sky Blue #8DCFFA
RGB
CMYK
RGB Variations
Color information
#8DCFFA (or 0x8DCFFA) is known color: Light Sky Blue. HEX triplet: 8D, CF and FA. RGB value is (141,207,250). Sum of RGB (Red+Green+Blue) = 141+207+250=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DCFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFFA is #723005. Grayscale: #BFBFBF. Windows color (decimal): -7483398 or 16437133. OLE color: 16437133.
HSL color Cylindrical-coordinate representation of color #8DCFFA: hue angle of 203.67º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DCFFA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 207 | 250 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.02 |
| HSL | 203.67º | 0.92% | 0.77% | - |
| HSV(B) | 203.67º | 0.44% | 0.98% | - |
| XYZ | 50.55 | 57.19 | 98.82 | - |
| YUV | 192.17 | 160.63 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 250 | 0.44 | 0.17 | 0 | 0.02 | 203.67 | 0.92 | 0.77 |
| Hex | 8D | CF | FA | 2C | 11 | 0 | 2 | CC | 5C | 4D |
| Octal | 215 | 317 | 372 | 54 | 21 | 0 | 2 | 314 | 134 | 115 |
| Binary | 10001101 | 11001111 | 11111010 | 101100 | 10001 | 0 | 10 | 11001100 | 1011100 | 1001101 |
Color Harmonies of #8DCFFA
Complementary color
Monochromatic Colors of #8DCFFA
Black with #8DCFFA
Text Example
Text Example
White with #8DCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFFA; }
p { color: rgb(141,207,250); }
H1.HeaderClassName
{
color: #8DCFFA;
}
.AnyTagClassName
{
color: #8DCFFA;
}
</style>
background-color css
<style>
a { background-color: #8DCFFA; }
a { background-color: rgb(141,207,250); }
div.DivClassName
{
background-color: #8DCFFA;
}
.BgClassName
{
background-color: #8DCFFA;
}
</style>
border-color css
<style>
span { border-color: #8DCFFA; }
span { border-color: rgb(141,207,250); }
td.TdClassName
{
border-color: #8DCFFA;
}
.TagClassName
{
border-color: #8DCFFA;
}
</style>