Shades of Foam #CBFFF6
Tints of Foam #CBFFF6
RGB
CMYK
RGB Variations
Color information
#CBFFF6 (or 0xCBFFF6) is known color: Foam. HEX triplet: CB, FF and F6. RGB value is (203,255,246). Sum of RGB (Red+Green+Blue) = 203+255+246=704 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.84% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFFF6 is #340009. Grayscale: #EEEEEE. Windows color (decimal): -3407882 or 16187339. OLE color: 16187339.
HSL color Cylindrical-coordinate representation of color #CBFFF6: hue angle of 169.62º 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 #CBFFF6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 246 | - |
| CMYK | 0.20 | 0 | 0.04 | 0 |
| HSL | 169.62º | 1% | 0.9% | - |
| HSV(B) | 169.62º | 0.2% | 1% | - |
| XYZ | 77.02 | 90.87 | 100.67 | - |
| YUV | 238.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 246 | 0.20 | 0 | 0.04 | 0 | 169.62 | 1 | 0.9 |
| Hex | CB | FF | F6 | 14 | 0 | 4 | 0 | AA | 64 | 5A |
| Octal | 313 | 377 | 366 | 24 | 0 | 4 | 0 | 252 | 144 | 132 |
| Binary | 11001011 | 11111111 | 11110110 | 10100 | 0 | 100 | 0 | 10101010 | 1100100 | 1011010 |
Color Harmonies of #CBFFF6
Complementary color
Monochromatic Colors of #CBFFF6
Black with #CBFFF6
Text Example
Text Example
White with #CBFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFF6; }
p { color: rgb(203,255,246); }
H1.HeaderClassName
{
color: #CBFFF6;
}
.AnyTagClassName
{
color: #CBFFF6;
}
</style>
background-color css
<style>
a { background-color: #CBFFF6; }
a { background-color: rgb(203,255,246); }
div.DivClassName
{
background-color: #CBFFF6;
}
.BgClassName
{
background-color: #CBFFF6;
}
</style>
border-color css
<style>
span { border-color: #CBFFF6; }
span { border-color: rgb(203,255,246); }
td.TdClassName
{
border-color: #CBFFF6;
}
.TagClassName
{
border-color: #CBFFF6;
}
</style>