#CFFCFF (or 0xCFFCFF) is unknown color: approx Light Cyan. HEX triplet: CF, FC and FF. RGB value is (207,252,255). Sum of RGB (Red+Green+Blue) = 207+252+255=714 (94% of max value = 765). Red value is 207 (81.25% from 255 or 28.99% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFCFF is #300300. Grayscale: #EEEEEE. Windows color (decimal): -3146497 or 16776399. OLE color: 16776399.
HSL color Cylindrical-coordinate representation of color #CFFCFF: hue angle of 183.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFCFF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #CFFCFF; } p { color: rgb(207,252,255); } H1.HeaderClassName { color: #CFFCFF; } .AnyTagClassName { color: #CFFCFF; } </style>
<style> a { background-color: #CFFCFF; } a { background-color: rgb(207,252,255); } div.DivClassName { background-color: #CFFCFF; } .BgClassName { background-color: #CFFCFF; } </style>
<style> span { border-color: #CFFCFF; } span { border-color: rgb(207,252,255); } td.TdClassName { border-color: #CFFCFF; } .TagClassName { border-color: #CFFCFF; } </style>