Shades of Blue Romance #CAFBC8
Tints of Blue Romance #CAFBC8
RGB
CMYK
RGB Variations
Color information
#CAFBC8 (or 0xCAFBC8) is known color: Blue Romance. HEX triplet: CA, FB and C8. RGB value is (202,251,200). Sum of RGB (Red+Green+Blue) = 202+251+200=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBC8 is #350437. Grayscale: #E6E6E6. Windows color (decimal): -3474488 or 13171658. OLE color: 13171658.
HSL color Cylindrical-coordinate representation of color #CAFBC8: hue angle of 117.65º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBC8 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 200 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.02 |
| HSL | 117.65º | 0.86% | 0.88% | - |
| HSV(B) | 117.65º | 0.2% | 0.98% | - |
| XYZ | 69.28 | 85.72 | 67.54 | - |
| YUV | 230.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 200 | 0.20 | 0 | 0.20 | 0.02 | 117.65 | 0.86 | 0.88 |
| Hex | CA | FB | C8 | 14 | 0 | 14 | 2 | 76 | 56 | 58 |
| Octal | 312 | 373 | 310 | 24 | 0 | 24 | 2 | 166 | 126 | 130 |
| Binary | 11001010 | 11111011 | 11001000 | 10100 | 0 | 10100 | 10 | 1110110 | 1010110 | 1011000 |
Color Harmonies of #CAFBC8
Complementary color
Monochromatic Colors of #CAFBC8
Black with #CAFBC8
Text Example
Text Example
White with #CAFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBC8; }
p { color: rgb(202,251,200); }
H1.HeaderClassName
{
color: #CAFBC8;
}
.AnyTagClassName
{
color: #CAFBC8;
}
</style>
background-color css
<style>
a { background-color: #CAFBC8; }
a { background-color: rgb(202,251,200); }
div.DivClassName
{
background-color: #CAFBC8;
}
.BgClassName
{
background-color: #CAFBC8;
}
</style>
border-color css
<style>
span { border-color: #CAFBC8; }
span { border-color: rgb(202,251,200); }
td.TdClassName
{
border-color: #CAFBC8;
}
.TagClassName
{
border-color: #CAFBC8;
}
</style>