Shades of Oyster Bay #CAF1F0
Tints of Oyster Bay #CAF1F0
RGB
CMYK
RGB Variations
Color information
#CAF1F0 (or 0xCAF1F0) is known color: Oyster Bay. HEX triplet: CA, F1 and F0. RGB value is (202,241,240). Sum of RGB (Red+Green+Blue) = 202+241+240=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF1F0 is #350E0F. Grayscale: #E5E5E5. Windows color (decimal): -3477008 or 15790538. OLE color: 15790538.
HSL color Cylindrical-coordinate representation of color #CAF1F0: hue angle of 178.46º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1F0 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 240 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.05 |
| HSL | 178.46º | 0.58% | 0.87% | - |
| HSV(B) | 178.46º | 0.16% | 0.95% | - |
| XYZ | 71.54 | 81.76 | 94.45 | - |
| YUV | 229.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 240 | 0.16 | 0 | 0.00 | 0.05 | 178.46 | 0.58 | 0.87 |
| Hex | CA | F1 | F0 | 10 | 0 | 0 | 5 | B2 | 3A | 57 |
| Octal | 312 | 361 | 360 | 20 | 0 | 0 | 5 | 262 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11110000 | 10000 | 0 | 0 | 101 | 10110010 | 111010 | 1010111 |
Color Harmonies of #CAF1F0
Complementary color
Monochromatic Colors of #CAF1F0
Black with #CAF1F0
Text Example
Text Example
White with #CAF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1F0; }
p { color: rgb(202,241,240); }
H1.HeaderClassName
{
color: #CAF1F0;
}
.AnyTagClassName
{
color: #CAF1F0;
}
</style>
background-color css
<style>
a { background-color: #CAF1F0; }
a { background-color: rgb(202,241,240); }
div.DivClassName
{
background-color: #CAF1F0;
}
.BgClassName
{
background-color: #CAF1F0;
}
</style>
border-color css
<style>
span { border-color: #CAF1F0; }
span { border-color: rgb(202,241,240); }
td.TdClassName
{
border-color: #CAF1F0;
}
.TagClassName
{
border-color: #CAF1F0;
}
</style>