Shades of Light Sky Blue #8DD1F7
Tints of Light Sky Blue #8DD1F7
RGB
CMYK
RGB Variations
Color information
#8DD1F7 (or 0x8DD1F7) is known color: Light Sky Blue. HEX triplet: 8D, D1 and F7. RGB value is (141,209,247). Sum of RGB (Red+Green+Blue) = 141+209+247=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DD1F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD1F7 is #722E08. Grayscale: #C0C0C0. Windows color (decimal): -7482889 or 16241037. OLE color: 16241037.
HSL color Cylindrical-coordinate representation of color #8DD1F7: hue angle of 201.51º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD1F7 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 209 | 247 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.03 |
| HSL | 201.51º | 0.87% | 0.76% | - |
| HSV(B) | 201.51º | 0.43% | 0.97% | - |
| XYZ | 50.57 | 57.98 | 96.52 | - |
| YUV | 193 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 247 | 0.43 | 0.15 | 0 | 0.03 | 201.51 | 0.87 | 0.76 |
| Hex | 8D | D1 | F7 | 2B | F | 0 | 3 | CA | 57 | 4C |
| Octal | 215 | 321 | 367 | 53 | 17 | 0 | 3 | 312 | 127 | 114 |
| Binary | 10001101 | 11010001 | 11110111 | 101011 | 1111 | 0 | 11 | 11001010 | 1010111 | 1001100 |
Color Harmonies of #8DD1F7
Complementary color
Monochromatic Colors of #8DD1F7
Black with #8DD1F7
Text Example
Text Example
White with #8DD1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1F7; }
p { color: rgb(141,209,247); }
H1.HeaderClassName
{
color: #8DD1F7;
}
.AnyTagClassName
{
color: #8DD1F7;
}
</style>
background-color css
<style>
a { background-color: #8DD1F7; }
a { background-color: rgb(141,209,247); }
div.DivClassName
{
background-color: #8DD1F7;
}
.BgClassName
{
background-color: #8DD1F7;
}
</style>
border-color css
<style>
span { border-color: #8DD1F7; }
span { border-color: rgb(141,209,247); }
td.TdClassName
{
border-color: #8DD1F7;
}
.TagClassName
{
border-color: #8DD1F7;
}
</style>