Shades of Oyster Bay #CFF5F4
Tints of Oyster Bay #CFF5F4
RGB
CMYK
RGB Variations
Color information
#CFF5F4 (or 0xCFF5F4) is known color: Oyster Bay. HEX triplet: CF, F5 and F4. RGB value is (207,245,244). Sum of RGB (Red+Green+Blue) = 207+245+244=696 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.74% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5F4 is #300A0B. Grayscale: #E9E9E9. Windows color (decimal): -3148300 or 16053711. OLE color: 16053711.
HSL color Cylindrical-coordinate representation of color #CFF5F4: hue angle of 178.42º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF5F4 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 244 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.04 |
| HSL | 178.42º | 0.66% | 0.89% | - |
| HSV(B) | 178.42º | 0.16% | 0.96% | - |
| XYZ | 74.71 | 85.1 | 98.08 | - |
| YUV | 233.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 244 | 0.16 | 0 | 0.00 | 0.04 | 178.42 | 0.66 | 0.89 |
| Hex | CF | F5 | F4 | 10 | 0 | 0 | 4 | B2 | 42 | 59 |
| Octal | 317 | 365 | 364 | 20 | 0 | 0 | 4 | 262 | 102 | 131 |
| Binary | 11001111 | 11110101 | 11110100 | 10000 | 0 | 0 | 100 | 10110010 | 1000010 | 1011001 |
Color Harmonies of #CFF5F4
Complementary color
Monochromatic Colors of #CFF5F4
Black with #CFF5F4
Text Example
Text Example
White with #CFF5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5F4; }
p { color: rgb(207,245,244); }
H1.HeaderClassName
{
color: #CFF5F4;
}
.AnyTagClassName
{
color: #CFF5F4;
}
</style>
background-color css
<style>
a { background-color: #CFF5F4; }
a { background-color: rgb(207,245,244); }
div.DivClassName
{
background-color: #CFF5F4;
}
.BgClassName
{
background-color: #CFF5F4;
}
</style>
border-color css
<style>
span { border-color: #CFF5F4; }
span { border-color: rgb(207,245,244); }
td.TdClassName
{
border-color: #CFF5F4;
}
.TagClassName
{
border-color: #CFF5F4;
}
</style>