Shades of Foam #CAF9F5
Tints of Foam #CAF9F5
RGB
CMYK
RGB Variations
Color information
#CAF9F5 (or 0xCAF9F5) is known color: Foam. HEX triplet: CA, F9 and F5. RGB value is (202,249,245). Sum of RGB (Red+Green+Blue) = 202+249+245=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 245 (96.09% from 255 or 35.20% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF9F5 is #35060A. Grayscale: #EAEAEA. Windows color (decimal): -3474955 or 16120266. OLE color: 16120266.
HSL color Cylindrical-coordinate representation of color #CAF9F5: hue angle of 174.89º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9F5 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 249 | 245 | - |
CMYK | 0.19 | 0 | 0.02 | 0.02 |
HSL | 174.89º | 0.8% | 0.88% | - |
HSV(B) | 174.89º | 0.19% | 0.98% | - |
XYZ | 74.71 | 86.9 | 99.22 | - |
YUV | 234.49 | 133.93 | 104.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 249 | 245 | 0.19 | 0 | 0.02 | 0.02 | 174.89 | 0.8 | 0.88 |
Hex | CA | F9 | F5 | 13 | 0 | 2 | 2 | AF | 50 | 58 |
Octal | 312 | 371 | 365 | 23 | 0 | 2 | 2 | 257 | 120 | 130 |
Binary | 11001010 | 11111001 | 11110101 | 10011 | 0 | 10 | 10 | 10101111 | 1010000 | 1011000 |
Color Harmonies of #CAF9F5
Complementary color
Monochromatic Colors of #CAF9F5
Black with #CAF9F5
Text Example
Text Example
White with #CAF9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9F5; }
p { color: rgb(202,249,245); }
H1.HeaderClassName
{
color: #CAF9F5;
}
.AnyTagClassName
{
color: #CAF9F5;
}
</style>
background-color css
<style>
a { background-color: #CAF9F5; }
a { background-color: rgb(202,249,245); }
div.DivClassName
{
background-color: #CAF9F5;
}
.BgClassName
{
background-color: #CAF9F5;
}
</style>
border-color css
<style>
span { border-color: #CAF9F5; }
span { border-color: rgb(202,249,245); }
td.TdClassName
{
border-color: #CAF9F5;
}
.TagClassName
{
border-color: #CAF9F5;
}
</style>