Shades of Light Sky Blue #8FCDFF
Tints of Light Sky Blue #8FCDFF
RGB
CMYK
RGB Variations
Color information
#8FCDFF (or 0x8FCDFF) is known color: Light Sky Blue. HEX triplet: 8F, CD and FF. RGB value is (143,205,255). Sum of RGB (Red+Green+Blue) = 143+205+255=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCDFF is #703200. Grayscale: #BFBFBF. Windows color (decimal): -7352833 or 16764303. OLE color: 16764303.
HSL color Cylindrical-coordinate representation of color #8FCDFF: hue angle of 206.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FCDFF is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 205 | 255 | - |
| CMYK | 0.44 | 0.20 | 0 | 0 |
| HSL | 206.79º | 1% | 0.78% | - |
| HSV(B) | 206.79º | 0.44% | 1% | - |
| XYZ | 51.21 | 56.72 | 102.86 | - |
| YUV | 192.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 255 | 0.44 | 0.20 | 0 | 0 | 206.79 | 1 | 0.78 |
| Hex | 8F | CD | FF | 2C | 14 | 0 | 0 | CF | 64 | 4E |
| Octal | 217 | 315 | 377 | 54 | 24 | 0 | 0 | 317 | 144 | 116 |
| Binary | 10001111 | 11001101 | 11111111 | 101100 | 10100 | 0 | 0 | 11001111 | 1100100 | 1001110 |
Color Harmonies of #8FCDFF
Complementary color
Monochromatic Colors of #8FCDFF
Black with #8FCDFF
Text Example
Text Example
White with #8FCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDFF; }
p { color: rgb(143,205,255); }
H1.HeaderClassName
{
color: #8FCDFF;
}
.AnyTagClassName
{
color: #8FCDFF;
}
</style>
background-color css
<style>
a { background-color: #8FCDFF; }
a { background-color: rgb(143,205,255); }
div.DivClassName
{
background-color: #8FCDFF;
}
.BgClassName
{
background-color: #8FCDFF;
}
</style>
border-color css
<style>
span { border-color: #8FCDFF; }
span { border-color: rgb(143,205,255); }
td.TdClassName
{
border-color: #8FCDFF;
}
.TagClassName
{
border-color: #8FCDFF;
}
</style>