#8CCCFF (or 0x8CCCFF) is unknown color: approx Light Sky Blue. HEX triplet: 8C, CC and FF. RGB value is (140,204,255). Sum of RGB (Red+Green+Blue) = 140+204+255=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCFF is #733300. Grayscale: #BEBEBE. Windows color (decimal): -7549697 or 16764044. OLE color: 16764044.
HSL color Cylindrical-coordinate representation of color #8CCCFF: hue angle of 206.61º 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 #8CCCFF is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #8CCCFF; } p { color: rgb(140,204,255); } H1.HeaderClassName { color: #8CCCFF; } .AnyTagClassName { color: #8CCCFF; } </style>
<style> a { background-color: #8CCCFF; } a { background-color: rgb(140,204,255); } div.DivClassName { background-color: #8CCCFF; } .BgClassName { background-color: #8CCCFF; } </style>
<style> span { border-color: #8CCCFF; } span { border-color: rgb(140,204,255); } td.TdClassName { border-color: #8CCCFF; } .TagClassName { border-color: #8CCCFF; } </style>