Shades of Light Sky Blue #8DCFF7
Tints of Light Sky Blue #8DCFF7
RGB
CMYK
RGB Variations
Color information
#8DCFF7 (or 0x8DCFF7) is known color: Light Sky Blue. HEX triplet: 8D, CF and F7. RGB value is (141,207,247). Sum of RGB (Red+Green+Blue) = 141+207+247=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DCFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFF7 is #723008. Grayscale: #BFBFBF. Windows color (decimal): -7483401 or 16240525. OLE color: 16240525.
HSL color Cylindrical-coordinate representation of color #8DCFF7: hue angle of 202.64º 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 #8DCFF7 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 207 | 247 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.03 |
| HSL | 202.64º | 0.87% | 0.76% | - |
| HSV(B) | 202.64º | 0.43% | 0.97% | - |
| XYZ | 50.09 | 57 | 96.36 | - |
| YUV | 191.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 247 | 0.43 | 0.16 | 0 | 0.03 | 202.64 | 0.87 | 0.76 |
| Hex | 8D | CF | F7 | 2B | 10 | 0 | 3 | CB | 57 | 4C |
| Octal | 215 | 317 | 367 | 53 | 20 | 0 | 3 | 313 | 127 | 114 |
| Binary | 10001101 | 11001111 | 11110111 | 101011 | 10000 | 0 | 11 | 11001011 | 1010111 | 1001100 |
Color Harmonies of #8DCFF7
Complementary color
Monochromatic Colors of #8DCFF7
Black with #8DCFF7
Text Example
Text Example
White with #8DCFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFF7; }
p { color: rgb(141,207,247); }
H1.HeaderClassName
{
color: #8DCFF7;
}
.AnyTagClassName
{
color: #8DCFF7;
}
</style>
background-color css
<style>
a { background-color: #8DCFF7; }
a { background-color: rgb(141,207,247); }
div.DivClassName
{
background-color: #8DCFF7;
}
.BgClassName
{
background-color: #8DCFF7;
}
</style>
border-color css
<style>
span { border-color: #8DCFF7; }
span { border-color: rgb(141,207,247); }
td.TdClassName
{
border-color: #8DCFF7;
}
.TagClassName
{
border-color: #8DCFF7;
}
</style>