Shades of Light Sky Blue #8CCDFF
Tints of Light Sky Blue #8CCDFF
RGB
CMYK
RGB Variations
Color information
#8CCDFF (or 0x8CCDFF) is known color: Light Sky Blue. HEX triplet: 8C, CD and FF. RGB value is (140,205,255). Sum of RGB (Red+Green+Blue) = 140+205+255=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCDFF is #733200. Grayscale: #BFBFBF. Windows color (decimal): -7549441 or 16764300. OLE color: 16764300.
HSL color Cylindrical-coordinate representation of color #8CCDFF: hue angle of 206.09º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CCDFF is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 205 | 255 | - |
| CMYK | 0.45 | 0.20 | 0 | 0 |
| HSL | 206.09º | 1% | 0.77% | - |
| HSV(B) | 206.09º | 0.45% | 1% | - |
| XYZ | 50.7 | 56.46 | 102.83 | - |
| YUV | 191.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 255 | 0.45 | 0.20 | 0 | 0 | 206.09 | 1 | 0.77 |
| Hex | 8C | CD | FF | 2D | 14 | 0 | 0 | CE | 64 | 4D |
| Octal | 214 | 315 | 377 | 55 | 24 | 0 | 0 | 316 | 144 | 115 |
| Binary | 10001100 | 11001101 | 11111111 | 101101 | 10100 | 0 | 0 | 11001110 | 1100100 | 1001101 |
Color Harmonies of #8CCDFF
Complementary color
Monochromatic Colors of #8CCDFF
Black with #8CCDFF
Text Example
Text Example
White with #8CCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDFF; }
p { color: rgb(140,205,255); }
H1.HeaderClassName
{
color: #8CCDFF;
}
.AnyTagClassName
{
color: #8CCDFF;
}
</style>
background-color css
<style>
a { background-color: #8CCDFF; }
a { background-color: rgb(140,205,255); }
div.DivClassName
{
background-color: #8CCDFF;
}
.BgClassName
{
background-color: #8CCDFF;
}
</style>
border-color css
<style>
span { border-color: #8CCDFF; }
span { border-color: rgb(140,205,255); }
td.TdClassName
{
border-color: #8CCDFF;
}
.TagClassName
{
border-color: #8CCDFF;
}
</style>