Shades of Reef #CFF8AB
Tints of Reef #CFF8AB
RGB
CMYK
RGB Variations
Color information
#CFF8AB (or 0xCFF8AB) is known color: Reef. HEX triplet: CF, F8 and AB. RGB value is (207,248,171). Sum of RGB (Red+Green+Blue) = 207+248+171=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF8AB is #300754. Grayscale: #E3E3E3. Windows color (decimal): -3147605 or 11270351. OLE color: 11270351.
HSL color Cylindrical-coordinate representation of color #CFF8AB: hue angle of 91.95º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF8AB is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 171 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.03 |
| HSL | 91.95º | 0.85% | 0.82% | - |
| HSV(B) | 91.95º | 0.31% | 0.97% | - |
| XYZ | 66.65 | 83.34 | 51.1 | - |
| YUV | 226.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 171 | 0.17 | 0 | 0.31 | 0.03 | 91.95 | 0.85 | 0.82 |
| Hex | CF | F8 | AB | 11 | 0 | 1F | 3 | 5C | 55 | 52 |
| Octal | 317 | 370 | 253 | 21 | 0 | 37 | 3 | 134 | 125 | 122 |
| Binary | 11001111 | 11111000 | 10101011 | 10001 | 0 | 11111 | 11 | 1011100 | 1010101 | 1010010 |
Color Harmonies of #CFF8AB
Complementary color
Monochromatic Colors of #CFF8AB
Black with #CFF8AB
Text Example
Text Example
White with #CFF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8AB; }
p { color: rgb(207,248,171); }
H1.HeaderClassName
{
color: #CFF8AB;
}
.AnyTagClassName
{
color: #CFF8AB;
}
</style>
background-color css
<style>
a { background-color: #CFF8AB; }
a { background-color: rgb(207,248,171); }
div.DivClassName
{
background-color: #CFF8AB;
}
.BgClassName
{
background-color: #CFF8AB;
}
</style>
border-color css
<style>
span { border-color: #CFF8AB; }
span { border-color: rgb(207,248,171); }
td.TdClassName
{
border-color: #CFF8AB;
}
.TagClassName
{
border-color: #CFF8AB;
}
</style>