#CBF8FF (or 0xCBF8FF) is unknown color: approx Light Cyan. HEX triplet: CB, F8 and FF. RGB value is (203,248,255). Sum of RGB (Red+Green+Blue) = 203+248+255=706 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.75% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF8FF is #340700. Grayscale: #EBEBEB. Windows color (decimal): -3409665 or 16775371. OLE color: 16775371.
HSL color Cylindrical-coordinate representation of color #CBF8FF: hue angle of 188.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBF8FF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #CBF8FF; } p { color: rgb(203,248,255); } H1.HeaderClassName { color: #CBF8FF; } .AnyTagClassName { color: #CBF8FF; } </style>
<style> a { background-color: #CBF8FF; } a { background-color: rgb(203,248,255); } div.DivClassName { background-color: #CBF8FF; } .BgClassName { background-color: #CBF8FF; } </style>
<style> span { border-color: #CBF8FF; } span { border-color: rgb(203,248,255); } td.TdClassName { border-color: #CBF8FF; } .TagClassName { border-color: #CBF8FF; } </style>