Shades of Oyster Bay #CAF2F5
Tints of Oyster Bay #CAF2F5
RGB
CMYK
RGB Variations
Color information
#CAF2F5 (or 0xCAF2F5) is known color: Oyster Bay. HEX triplet: CA, F2 and F5. RGB value is (202,242,245). Sum of RGB (Red+Green+Blue) = 202+242+245=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAF2F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2F5 is #350D0A. Grayscale: #E6E6E6. Windows color (decimal): -3476747 or 16118474. OLE color: 16118474.
HSL color Cylindrical-coordinate representation of color #CAF2F5: hue angle of 184.19º 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 #CAF2F5 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 242 | 245 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.04 |
| HSL | 184.19º | 0.68% | 0.88% | - |
| HSV(B) | 184.19º | 0.18% | 0.96% | - |
| XYZ | 72.59 | 82.65 | 98.51 | - |
| YUV | 230.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 245 | 0.18 | 0.01 | 0 | 0.04 | 184.19 | 0.68 | 0.88 |
| Hex | CA | F2 | F5 | 12 | 1 | 0 | 4 | B8 | 44 | 58 |
| Octal | 312 | 362 | 365 | 22 | 1 | 0 | 4 | 270 | 104 | 130 |
| Binary | 11001010 | 11110010 | 11110101 | 10010 | 1 | 0 | 100 | 10111000 | 1000100 | 1011000 |
Color Harmonies of #CAF2F5
Complementary color
Monochromatic Colors of #CAF2F5
Black with #CAF2F5
Text Example
Text Example
White with #CAF2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2F5; }
p { color: rgb(202,242,245); }
H1.HeaderClassName
{
color: #CAF2F5;
}
.AnyTagClassName
{
color: #CAF2F5;
}
</style>
background-color css
<style>
a { background-color: #CAF2F5; }
a { background-color: rgb(202,242,245); }
div.DivClassName
{
background-color: #CAF2F5;
}
.BgClassName
{
background-color: #CAF2F5;
}
</style>
border-color css
<style>
span { border-color: #CAF2F5; }
span { border-color: rgb(202,242,245); }
td.TdClassName
{
border-color: #CAF2F5;
}
.TagClassName
{
border-color: #CAF2F5;
}
</style>