Shades of Reef #CBF4AB
Tints of Reef #CBF4AB
RGB
CMYK
RGB Variations
Color information
#CBF4AB (or 0xCBF4AB) is known color: Reef. HEX triplet: CB, F4 and AB. RGB value is (203,244,171). Sum of RGB (Red+Green+Blue) = 203+244+171=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 244 (95.70% from 255 or 39.48% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF4AB is #340B54. Grayscale: #DFDFDF. Windows color (decimal): -3410773 or 11269323. OLE color: 11269323.
HSL color Cylindrical-coordinate representation of color #CBF4AB: hue angle of 93.7º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBF4AB is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 171 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.04 |
| HSL | 93.7º | 0.77% | 0.81% | - |
| HSV(B) | 93.7º | 0.3% | 0.96% | - |
| XYZ | 64.33 | 80.34 | 50.64 | - |
| YUV | 223.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 171 | 0.17 | 0 | 0.30 | 0.04 | 93.7 | 0.77 | 0.81 |
| Hex | CB | F4 | AB | 11 | 0 | 1E | 4 | 5E | 4D | 51 |
| Octal | 313 | 364 | 253 | 21 | 0 | 36 | 4 | 136 | 115 | 121 |
| Binary | 11001011 | 11110100 | 10101011 | 10001 | 0 | 11110 | 100 | 1011110 | 1001101 | 1010001 |
Color Harmonies of #CBF4AB
Complementary color
Monochromatic Colors of #CBF4AB
Black with #CBF4AB
Text Example
Text Example
White with #CBF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4AB; }
p { color: rgb(203,244,171); }
H1.HeaderClassName
{
color: #CBF4AB;
}
.AnyTagClassName
{
color: #CBF4AB;
}
</style>
background-color css
<style>
a { background-color: #CBF4AB; }
a { background-color: rgb(203,244,171); }
div.DivClassName
{
background-color: #CBF4AB;
}
.BgClassName
{
background-color: #CBF4AB;
}
</style>
border-color css
<style>
span { border-color: #CBF4AB; }
span { border-color: rgb(203,244,171); }
td.TdClassName
{
border-color: #CBF4AB;
}
.TagClassName
{
border-color: #CBF4AB;
}
</style>