Shades of Blue Romance #CAFFC9
Tints of Blue Romance #CAFFC9
RGB
CMYK
RGB Variations
Color information
#CAFFC9 (or 0xCAFFC9) is known color: Blue Romance. HEX triplet: CA, FF and C9. RGB value is (202,255,201). Sum of RGB (Red+Green+Blue) = 202+255+201=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC9 is #350036. Grayscale: #E9E9E9. Windows color (decimal): -3473463 or 13238218. OLE color: 13238218.
HSL color Cylindrical-coordinate representation of color #CAFFC9: hue angle of 118.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFC9 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 201 | - |
| CMYK | 0.21 | 0 | 0.21 | 0 |
| HSL | 118.89º | 1% | 0.89% | - |
| HSV(B) | 118.89º | 0.21% | 1% | - |
| XYZ | 70.66 | 88.29 | 68.58 | - |
| YUV | 233 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 201 | 0.21 | 0 | 0.21 | 0 | 118.89 | 1 | 0.89 |
| Hex | CA | FF | C9 | 15 | 0 | 15 | 0 | 77 | 64 | 59 |
| Octal | 312 | 377 | 311 | 25 | 0 | 25 | 0 | 167 | 144 | 131 |
| Binary | 11001010 | 11111111 | 11001001 | 10101 | 0 | 10101 | 0 | 1110111 | 1100100 | 1011001 |
Color Harmonies of #CAFFC9
Complementary color
Monochromatic Colors of #CAFFC9
Black with #CAFFC9
Text Example
Text Example
White with #CAFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFC9; }
p { color: rgb(202,255,201); }
H1.HeaderClassName
{
color: #CAFFC9;
}
.AnyTagClassName
{
color: #CAFFC9;
}
</style>
background-color css
<style>
a { background-color: #CAFFC9; }
a { background-color: rgb(202,255,201); }
div.DivClassName
{
background-color: #CAFFC9;
}
.BgClassName
{
background-color: #CAFFC9;
}
</style>
border-color css
<style>
span { border-color: #CAFFC9; }
span { border-color: rgb(202,255,201); }
td.TdClassName
{
border-color: #CAFFC9;
}
.TagClassName
{
border-color: #CAFFC9;
}
</style>