#C0E8FF (or 0xC0E8FF) is unknown color: approx Pattens Blue. HEX triplet: C0, E8 and FF. RGB value is (192,232,255). Sum of RGB (Red+Green+Blue) = 192+232+255=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8FF is #3F1700. Grayscale: #DEDEDE. Windows color (decimal): -4134657 or 16771264. OLE color: 16771264.
HSL color Cylindrical-coordinate representation of color #C0E8FF: hue angle of 201.9º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0E8FF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #C0E8FF; } p { color: rgb(192,232,255); } H1.HeaderClassName { color: #C0E8FF; } .AnyTagClassName { color: #C0E8FF; } </style>
<style> a { background-color: #C0E8FF; } a { background-color: rgb(192,232,255); } div.DivClassName { background-color: #C0E8FF; } .BgClassName { background-color: #C0E8FF; } </style>
<style> span { border-color: #C0E8FF; } span { border-color: rgb(192,232,255); } td.TdClassName { border-color: #C0E8FF; } .TagClassName { border-color: #C0E8FF; } </style>