Shades of Oyster Bay #CFEFF4
Tints of Oyster Bay #CFEFF4
RGB
CMYK
RGB Variations
Color information
#CFEFF4 (or 0xCFEFF4) is known color: Oyster Bay. HEX triplet: CF, EF and F4. RGB value is (207,239,244). Sum of RGB (Red+Green+Blue) = 207+239+244=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFF4 is #30100B. Grayscale: #E5E5E5. Windows color (decimal): -3149836 or 16052175. OLE color: 16052175.
HSL color Cylindrical-coordinate representation of color #CFEFF4: hue angle of 188.11º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEFF4 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 239 | 244 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.04 |
| HSL | 188.11º | 0.63% | 0.88% | - |
| HSV(B) | 188.11º | 0.15% | 0.96% | - |
| XYZ | 72.93 | 81.53 | 97.48 | - |
| YUV | 230 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 244 | 0.15 | 0.02 | 0 | 0.04 | 188.11 | 0.63 | 0.88 |
| Hex | CF | EF | F4 | F | 2 | 0 | 4 | BC | 3F | 58 |
| Octal | 317 | 357 | 364 | 17 | 2 | 0 | 4 | 274 | 77 | 130 |
| Binary | 11001111 | 11101111 | 11110100 | 1111 | 10 | 0 | 100 | 10111100 | 111111 | 1011000 |
Color Harmonies of #CFEFF4
Complementary color
Monochromatic Colors of #CFEFF4
Black with #CFEFF4
Text Example
Text Example
White with #CFEFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFF4; }
p { color: rgb(207,239,244); }
H1.HeaderClassName
{
color: #CFEFF4;
}
.AnyTagClassName
{
color: #CFEFF4;
}
</style>
background-color css
<style>
a { background-color: #CFEFF4; }
a { background-color: rgb(207,239,244); }
div.DivClassName
{
background-color: #CFEFF4;
}
.BgClassName
{
background-color: #CFEFF4;
}
</style>
border-color css
<style>
span { border-color: #CFEFF4; }
span { border-color: rgb(207,239,244); }
td.TdClassName
{
border-color: #CFEFF4;
}
.TagClassName
{
border-color: #CFEFF4;
}
</style>