#8CC8FF (or 0x8CC8FF) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C8 and FF. RGB value is (140,200,255). Sum of RGB (Red+Green+Blue) = 140+200+255=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC8FF is #733700. Grayscale: #BCBCBC. Windows color (decimal): -7550721 or 16763020. OLE color: 16763020.
HSL color Cylindrical-coordinate representation of color #8CC8FF: hue angle of 208.7º 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 #8CC8FF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #8cc8ff; } p { color: rgb(140,200,255); } H1.HeaderClassName { color: #8cc8ff; } .AnyTagClassName { color: #8cc8ff; } </style>
<style> a { background-color: #8cc8ff; } a { background-color: rgb(140,200,255); } div.DivClassName { background-color: #8cc8ff; } .BgClassName { background-color: #8cc8ff; } </style>
<style> span { border-color: #8cc8ff; } span { border-color: rgb(140,200,255); } td.TdClassName { border-color: #8cc8ff; } .TagClassName { border-color: #8cc8ff; } </style>