Shades of Oyster Bay #CAF0F0
Tints of Oyster Bay #CAF0F0
RGB
CMYK
RGB Variations
Color information
#CAF0F0 (or 0xCAF0F0) is known color: Oyster Bay. HEX triplet: CA, F0 and F0. RGB value is (202,240,240). Sum of RGB (Red+Green+Blue) = 202+240+240=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #CAF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0F0 is #350F0F. Grayscale: #E4E4E4. Windows color (decimal): -3477264 or 15790282. OLE color: 15790282.
HSL color Cylindrical-coordinate representation of color #CAF0F0: hue angle of 180º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0F0 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 240 | - |
| CMYK | 0.16 | 0 | 0 | 0.06 |
| HSL | 180º | 0.56% | 0.87% | - |
| HSV(B) | 180º | 0.16% | 0.94% | - |
| XYZ | 71.25 | 81.17 | 94.35 | - |
| YUV | 228.64 | 134.41 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 240 | 0.16 | 0 | 0 | 0.06 | 180 | 0.56 | 0.87 |
| Hex | CA | F0 | F0 | 10 | 0 | 0 | 6 | B4 | 38 | 57 |
| Octal | 312 | 360 | 360 | 20 | 0 | 0 | 6 | 264 | 70 | 127 |
| Binary | 11001010 | 11110000 | 11110000 | 10000 | 0 | 0 | 110 | 10110100 | 111000 | 1010111 |
Color Harmonies of #CAF0F0
Complementary color
Monochromatic Colors of #CAF0F0
Black with #CAF0F0
Text Example
Text Example
White with #CAF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0F0; }
p { color: rgb(202,240,240); }
H1.HeaderClassName
{
color: #CAF0F0;
}
.AnyTagClassName
{
color: #CAF0F0;
}
</style>
background-color css
<style>
a { background-color: #CAF0F0; }
a { background-color: rgb(202,240,240); }
div.DivClassName
{
background-color: #CAF0F0;
}
.BgClassName
{
background-color: #CAF0F0;
}
</style>
border-color css
<style>
span { border-color: #CAF0F0; }
span { border-color: rgb(202,240,240); }
td.TdClassName
{
border-color: #CAF0F0;
}
.TagClassName
{
border-color: #CAF0F0;
}
</style>