Shades of Oyster Bay #CAFAF7
Tints of Oyster Bay #CAFAF7
RGB
CMYK
RGB Variations
Color information
#CAFAF7 (or 0xCAFAF7) is known color: Oyster Bay. HEX triplet: CA, FA and F7. RGB value is (202,250,247). Sum of RGB (Red+Green+Blue) = 202+250+247=699 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.90% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAF7 is #350508. Grayscale: #EBEBEB. Windows color (decimal): -3474697 or 16251594. OLE color: 16251594.
HSL color Cylindrical-coordinate representation of color #CAFAF7: hue angle of 176.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAF7 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 247 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.02 |
| HSL | 176.25º | 0.83% | 0.89% | - |
| HSV(B) | 176.25º | 0.19% | 0.98% | - |
| XYZ | 75.33 | 87.64 | 100.94 | - |
| YUV | 235.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 247 | 0.19 | 0 | 0.01 | 0.02 | 176.25 | 0.83 | 0.89 |
| Hex | CA | FA | F7 | 13 | 0 | 1 | 2 | B0 | 53 | 59 |
| Octal | 312 | 372 | 367 | 23 | 0 | 1 | 2 | 260 | 123 | 131 |
| Binary | 11001010 | 11111010 | 11110111 | 10011 | 0 | 1 | 10 | 10110000 | 1010011 | 1011001 |
Color Harmonies of #CAFAF7
Complementary color
Monochromatic Colors of #CAFAF7
Black with #CAFAF7
Text Example
Text Example
White with #CAFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAF7; }
p { color: rgb(202,250,247); }
H1.HeaderClassName
{
color: #CAFAF7;
}
.AnyTagClassName
{
color: #CAFAF7;
}
</style>
background-color css
<style>
a { background-color: #CAFAF7; }
a { background-color: rgb(202,250,247); }
div.DivClassName
{
background-color: #CAFAF7;
}
.BgClassName
{
background-color: #CAFAF7;
}
</style>
border-color css
<style>
span { border-color: #CAFAF7; }
span { border-color: rgb(202,250,247); }
td.TdClassName
{
border-color: #CAFAF7;
}
.TagClassName
{
border-color: #CAFAF7;
}
</style>