Shades of Oyster Bay #CAF1F5
Tints of Oyster Bay #CAF1F5
RGB
CMYK
RGB Variations
Color information
#CAF1F5 (or 0xCAF1F5) is known color: Oyster Bay. HEX triplet: CA, F1 and F5. RGB value is (202,241,245). Sum of RGB (Red+Green+Blue) = 202+241+245=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAF1F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1F5 is #350E0A. Grayscale: #E5E5E5. Windows color (decimal): -3477003 or 16118218. OLE color: 16118218.
HSL color Cylindrical-coordinate representation of color #CAF1F5: hue angle of 185.58º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF1F5 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 241 | 245 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.04 |
| HSL | 185.58º | 0.68% | 0.88% | - |
| HSV(B) | 185.58º | 0.18% | 0.96% | - |
| XYZ | 72.29 | 82.06 | 98.42 | - |
| YUV | 229.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 245 | 0.18 | 0.02 | 0 | 0.04 | 185.58 | 0.68 | 0.88 |
| Hex | CA | F1 | F5 | 12 | 2 | 0 | 4 | BA | 44 | 58 |
| Octal | 312 | 361 | 365 | 22 | 2 | 0 | 4 | 272 | 104 | 130 |
| Binary | 11001010 | 11110001 | 11110101 | 10010 | 10 | 0 | 100 | 10111010 | 1000100 | 1011000 |
Color Harmonies of #CAF1F5
Complementary color
Monochromatic Colors of #CAF1F5
Black with #CAF1F5
Text Example
Text Example
White with #CAF1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1F5; }
p { color: rgb(202,241,245); }
H1.HeaderClassName
{
color: #CAF1F5;
}
.AnyTagClassName
{
color: #CAF1F5;
}
</style>
background-color css
<style>
a { background-color: #CAF1F5; }
a { background-color: rgb(202,241,245); }
div.DivClassName
{
background-color: #CAF1F5;
}
.BgClassName
{
background-color: #CAF1F5;
}
</style>
border-color css
<style>
span { border-color: #CAF1F5; }
span { border-color: rgb(202,241,245); }
td.TdClassName
{
border-color: #CAF1F5;
}
.TagClassName
{
border-color: #CAF1F5;
}
</style>