Shades of Foam #CBF9F4
Tints of Foam #CBF9F4
RGB
CMYK
RGB Variations
Color information
#CBF9F4 (or 0xCBF9F4) is known color: Foam. HEX triplet: CB, F9 and F4. RGB value is (203,249,244). Sum of RGB (Red+Green+Blue) = 203+249+244=696 (92% of max value = 765). Red value is 203 (79.69% from 255 or 29.17% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF9F4 is #34060B. Grayscale: #EAEAEA. Windows color (decimal): -3409420 or 16054731. OLE color: 16054731.
HSL color Cylindrical-coordinate representation of color #CBF9F4: hue angle of 173.48º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF9F4 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 244 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.02 |
| HSL | 173.48º | 0.79% | 0.89% | - |
| HSV(B) | 173.48º | 0.18% | 0.98% | - |
| XYZ | 74.83 | 86.98 | 98.43 | - |
| YUV | 234.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 244 | 0.18 | 0 | 0.02 | 0.02 | 173.48 | 0.79 | 0.89 |
| Hex | CB | F9 | F4 | 12 | 0 | 2 | 2 | AD | 4F | 59 |
| Octal | 313 | 371 | 364 | 22 | 0 | 2 | 2 | 255 | 117 | 131 |
| Binary | 11001011 | 11111001 | 11110100 | 10010 | 0 | 10 | 10 | 10101101 | 1001111 | 1011001 |
Color Harmonies of #CBF9F4
Complementary color
Monochromatic Colors of #CBF9F4
Black with #CBF9F4
Text Example
Text Example
White with #CBF9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF9F4; }
p { color: rgb(203,249,244); }
H1.HeaderClassName
{
color: #CBF9F4;
}
.AnyTagClassName
{
color: #CBF9F4;
}
</style>
background-color css
<style>
a { background-color: #CBF9F4; }
a { background-color: rgb(203,249,244); }
div.DivClassName
{
background-color: #CBF9F4;
}
.BgClassName
{
background-color: #CBF9F4;
}
</style>
border-color css
<style>
span { border-color: #CBF9F4; }
span { border-color: rgb(203,249,244); }
td.TdClassName
{
border-color: #CBF9F4;
}
.TagClassName
{
border-color: #CBF9F4;
}
</style>