Shades of Oyster Bay #CAF7FB
Tints of Oyster Bay #CAF7FB
RGB
CMYK
RGB Variations
Color information
#CAF7FB (or 0xCAF7FB) is known color: Oyster Bay. HEX triplet: CA, F7 and FB. RGB value is (202,247,251). Sum of RGB (Red+Green+Blue) = 202+247+251=700 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.86% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAF7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7FB is #350804. Grayscale: #E9E9E9. Windows color (decimal): -3475461 or 16512970. OLE color: 16512970.
HSL color Cylindrical-coordinate representation of color #CAF7FB: hue angle of 184.9º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF7FB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 247 | 251 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.02 |
| HSL | 184.9º | 0.86% | 0.89% | - |
| HSV(B) | 184.9º | 0.2% | 0.98% | - |
| XYZ | 75.03 | 86.04 | 103.92 | - |
| YUV | 234 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 251 | 0.20 | 0.02 | 0 | 0.02 | 184.9 | 0.86 | 0.89 |
| Hex | CA | F7 | FB | 14 | 2 | 0 | 2 | B9 | 56 | 59 |
| Octal | 312 | 367 | 373 | 24 | 2 | 0 | 2 | 271 | 126 | 131 |
| Binary | 11001010 | 11110111 | 11111011 | 10100 | 10 | 0 | 10 | 10111001 | 1010110 | 1011001 |
Color Harmonies of #CAF7FB
Complementary color
Monochromatic Colors of #CAF7FB
Black with #CAF7FB
Text Example
Text Example
White with #CAF7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF7FB; }
p { color: rgb(202,247,251); }
H1.HeaderClassName
{
color: #CAF7FB;
}
.AnyTagClassName
{
color: #CAF7FB;
}
</style>
background-color css
<style>
a { background-color: #CAF7FB; }
a { background-color: rgb(202,247,251); }
div.DivClassName
{
background-color: #CAF7FB;
}
.BgClassName
{
background-color: #CAF7FB;
}
</style>
border-color css
<style>
span { border-color: #CAF7FB; }
span { border-color: rgb(202,247,251); }
td.TdClassName
{
border-color: #CAF7FB;
}
.TagClassName
{
border-color: #CAF7FB;
}
</style>