Shades of Oyster Bay #C4FAF8
Tints of Oyster Bay #C4FAF8
RGB
CMYK
RGB Variations
Color information
#C4FAF8 (or 0xC4FAF8) is known color: Oyster Bay. HEX triplet: C4, FA and F8. RGB value is (196,250,248). Sum of RGB (Red+Green+Blue) = 196+250+248=694 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.24% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 248 (97.27% from 255 or 35.73% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAF8 is #3B0507. Grayscale: #E9E9E9. Windows color (decimal): -3867912 or 16317124. OLE color: 16317124.
HSL color Cylindrical-coordinate representation of color #C4FAF8: hue angle of 177.78º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FAF8 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 248 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.02 |
| HSL | 177.78º | 0.84% | 0.87% | - |
| HSV(B) | 177.78º | 0.22% | 0.98% | - |
| XYZ | 73.89 | 86.88 | 101.68 | - |
| YUV | 233.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 248 | 0.22 | 0 | 0.01 | 0.02 | 177.78 | 0.84 | 0.87 |
| Hex | C4 | FA | F8 | 16 | 0 | 1 | 2 | B2 | 54 | 57 |
| Octal | 304 | 372 | 370 | 26 | 0 | 1 | 2 | 262 | 124 | 127 |
| Binary | 11000100 | 11111010 | 11111000 | 10110 | 0 | 1 | 10 | 10110010 | 1010100 | 1010111 |
Color Harmonies of #C4FAF8
Complementary color
Monochromatic Colors of #C4FAF8
Black with #C4FAF8
Text Example
Text Example
White with #C4FAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FAF8; }
p { color: rgb(196,250,248); }
H1.HeaderClassName
{
color: #C4FAF8;
}
.AnyTagClassName
{
color: #C4FAF8;
}
</style>
background-color css
<style>
a { background-color: #C4FAF8; }
a { background-color: rgb(196,250,248); }
div.DivClassName
{
background-color: #C4FAF8;
}
.BgClassName
{
background-color: #C4FAF8;
}
</style>
border-color css
<style>
span { border-color: #C4FAF8; }
span { border-color: rgb(196,250,248); }
td.TdClassName
{
border-color: #C4FAF8;
}
.TagClassName
{
border-color: #C4FAF8;
}
</style>