Shades of Blue Romance #CAFFC8
Tints of Blue Romance #CAFFC8
RGB
CMYK
RGB Variations
Color information
#CAFFC8 (or 0xCAFFC8) is known color: Blue Romance. HEX triplet: CA, FF and C8. RGB value is (202,255,200). Sum of RGB (Red+Green+Blue) = 202+255+200=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC8 is #350037. Grayscale: #E9E9E9. Windows color (decimal): -3473464 or 13172682. OLE color: 13172682.
HSL color Cylindrical-coordinate representation of color #CAFFC8: hue angle of 117.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAFFC8 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 200 | - |
| CMYK | 0.21 | 0 | 0.22 | 0 |
| HSL | 117.82º | 1% | 0.89% | - |
| HSV(B) | 117.82º | 0.22% | 1% | - |
| XYZ | 70.54 | 88.25 | 67.96 | - |
| YUV | 232.88 | 109.44 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 200 | 0.21 | 0 | 0.22 | 0 | 117.82 | 1 | 0.89 |
| Hex | CA | FF | C8 | 15 | 0 | 16 | 0 | 76 | 64 | 59 |
| Octal | 312 | 377 | 310 | 25 | 0 | 26 | 0 | 166 | 144 | 131 |
| Binary | 11001010 | 11111111 | 11001000 | 10101 | 0 | 10110 | 0 | 1110110 | 1100100 | 1011001 |
Color Harmonies of #CAFFC8
Complementary color
Monochromatic Colors of #CAFFC8
Black with #CAFFC8
Text Example
Text Example
White with #CAFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFC8; }
p { color: rgb(202,255,200); }
H1.HeaderClassName
{
color: #CAFFC8;
}
.AnyTagClassName
{
color: #CAFFC8;
}
</style>
background-color css
<style>
a { background-color: #CAFFC8; }
a { background-color: rgb(202,255,200); }
div.DivClassName
{
background-color: #CAFFC8;
}
.BgClassName
{
background-color: #CAFFC8;
}
</style>
border-color css
<style>
span { border-color: #CAFFC8; }
span { border-color: rgb(202,255,200); }
td.TdClassName
{
border-color: #CAFFC8;
}
.TagClassName
{
border-color: #CAFFC8;
}
</style>