Shades of Light Cyan #CBF8FF
Tints of Light Cyan #CBF8FF
RGB
CMYK
RGB Variations
Color information
#CBF8FF (or 0xCBF8FF) is known color: 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.
Color convert
| RGB | 203 | 248 | 255 | - |
| CMYK | 0.20 | 0.03 | 0 | 0 |
| HSL | 188.08º | 1% | 0.9% | - |
| HSV(B) | 188.08º | 0.2% | 1% | - |
| XYZ | 76.25 | 87.05 | 107.39 | - |
| YUV | 235.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 255 | 0.20 | 0.03 | 0 | 0 | 188.08 | 1 | 0.9 |
| Hex | CB | F8 | FF | 14 | 3 | 0 | 0 | BC | 64 | 5A |
| Octal | 313 | 370 | 377 | 24 | 3 | 0 | 0 | 274 | 144 | 132 |
| Binary | 11001011 | 11111000 | 11111111 | 10100 | 11 | 0 | 0 | 10111100 | 1100100 | 1011010 |
Color Harmonies of #CBF8FF
Complementary color
Monochromatic Colors of #CBF8FF
Black with #CBF8FF
Text Example
Text Example
White with #CBF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8FF; }
p { color: rgb(203,248,255); }
H1.HeaderClassName
{
color: #CBF8FF;
}
.AnyTagClassName
{
color: #CBF8FF;
}
</style>
background-color css
<style>
a { background-color: #CBF8FF; }
a { background-color: rgb(203,248,255); }
div.DivClassName
{
background-color: #CBF8FF;
}
.BgClassName
{
background-color: #CBF8FF;
}
</style>
border-color css
<style>
span { border-color: #CBF8FF; }
span { border-color: rgb(203,248,255); }
td.TdClassName
{
border-color: #CBF8FF;
}
.TagClassName
{
border-color: #CBF8FF;
}
</style>