Shades of Light Sky Blue #8DD6FE
Tints of Light Sky Blue #8DD6FE
RGB
CMYK
RGB Variations
Color information
#8DD6FE (or 0x8DD6FE) is known color: Light Sky Blue. HEX triplet: 8D, D6 and FE. RGB value is (141,214,254). Sum of RGB (Red+Green+Blue) = 141+214+254=609 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.15% from 609); Green value is 214 (83.98% from 255 or 35.14% 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 #8DD6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD6FE is #722901. Grayscale: #C4C4C4. Windows color (decimal): -7481602 or 16701069. OLE color: 16701069.
HSL color Cylindrical-coordinate representation of color #8DD6FE: hue angle of 201.24º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DD6FE is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 214 | 254 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.00 |
| HSL | 201.24º | 0.98% | 0.77% | - |
| HSV(B) | 201.24º | 0.44% | 1% | - |
| XYZ | 52.92 | 60.91 | 102.73 | - |
| YUV | 196.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 254 | 0.44 | 0.16 | 0 | 0.00 | 201.24 | 0.98 | 0.77 |
| Hex | 8D | D6 | FE | 2C | 10 | 0 | 0 | C9 | 62 | 4D |
| Octal | 215 | 326 | 376 | 54 | 20 | 0 | 0 | 311 | 142 | 115 |
| Binary | 10001101 | 11010110 | 11111110 | 101100 | 10000 | 0 | 0 | 11001001 | 1100010 | 1001101 |
Color Harmonies of #8DD6FE
Complementary color
Monochromatic Colors of #8DD6FE
Black with #8DD6FE
Text Example
Text Example
White with #8DD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD6FE; }
p { color: rgb(141,214,254); }
H1.HeaderClassName
{
color: #8DD6FE;
}
.AnyTagClassName
{
color: #8DD6FE;
}
</style>
background-color css
<style>
a { background-color: #8DD6FE; }
a { background-color: rgb(141,214,254); }
div.DivClassName
{
background-color: #8DD6FE;
}
.BgClassName
{
background-color: #8DD6FE;
}
</style>
border-color css
<style>
span { border-color: #8DD6FE; }
span { border-color: rgb(141,214,254); }
td.TdClassName
{
border-color: #8DD6FE;
}
.TagClassName
{
border-color: #8DD6FE;
}
</style>