Shades of Foam #CBFEF6
Tints of Foam #CBFEF6
RGB
CMYK
RGB Variations
Color information
#CBFEF6 (or 0xCBFEF6) is known color: Foam. HEX triplet: CB, FE and F6. RGB value is (203,254,246). Sum of RGB (Red+Green+Blue) = 203+254+246=703 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.88% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFEF6 is #340109. Grayscale: #EDEDED. Windows color (decimal): -3408138 or 16187083. OLE color: 16187083.
HSL color Cylindrical-coordinate representation of color #CBFEF6: hue angle of 170.59º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFEF6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 246 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.00 |
| HSL | 170.59º | 0.96% | 0.9% | - |
| HSV(B) | 170.59º | 0.2% | 1% | - |
| XYZ | 76.7 | 90.23 | 100.56 | - |
| YUV | 237.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 246 | 0.20 | 0 | 0.03 | 0.00 | 170.59 | 0.96 | 0.9 |
| Hex | CB | FE | F6 | 14 | 0 | 3 | 0 | AB | 60 | 5A |
| Octal | 313 | 376 | 366 | 24 | 0 | 3 | 0 | 253 | 140 | 132 |
| Binary | 11001011 | 11111110 | 11110110 | 10100 | 0 | 11 | 0 | 10101011 | 1100000 | 1011010 |
Color Harmonies of #CBFEF6
Complementary color
Monochromatic Colors of #CBFEF6
Black with #CBFEF6
Text Example
Text Example
White with #CBFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEF6; }
p { color: rgb(203,254,246); }
H1.HeaderClassName
{
color: #CBFEF6;
}
.AnyTagClassName
{
color: #CBFEF6;
}
</style>
background-color css
<style>
a { background-color: #CBFEF6; }
a { background-color: rgb(203,254,246); }
div.DivClassName
{
background-color: #CBFEF6;
}
.BgClassName
{
background-color: #CBFEF6;
}
</style>
border-color css
<style>
span { border-color: #CBFEF6; }
span { border-color: rgb(203,254,246); }
td.TdClassName
{
border-color: #CBFEF6;
}
.TagClassName
{
border-color: #CBFEF6;
}
</style>