Shades of Blue Romance #CAF8CA
Tints of Blue Romance #CAF8CA
RGB
CMYK
RGB Variations
Color information
#CAF8CA (or 0xCAF8CA) is known color: Blue Romance. HEX triplet: CA, F8 and CA. RGB value is (202,248,202). Sum of RGB (Red+Green+Blue) = 202+248+202=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8CA is #350735. Grayscale: #E5E5E5. Windows color (decimal): -3475254 or 13301962. OLE color: 13301962.
HSL color Cylindrical-coordinate representation of color #CAF8CA: hue angle of 120º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8CA is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 202 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.03 |
| HSL | 120º | 0.77% | 0.88% | - |
| HSV(B) | 120º | 0.19% | 0.97% | - |
| XYZ | 68.59 | 83.96 | 68.47 | - |
| YUV | 229 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 202 | 0.19 | 0 | 0.19 | 0.03 | 120 | 0.77 | 0.88 |
| Hex | CA | F8 | CA | 13 | 0 | 13 | 3 | 78 | 4D | 58 |
| Octal | 312 | 370 | 312 | 23 | 0 | 23 | 3 | 170 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11001010 | 10011 | 0 | 10011 | 11 | 1111000 | 1001101 | 1011000 |
Color Harmonies of #CAF8CA
Complementary color
Monochromatic Colors of #CAF8CA
Black with #CAF8CA
Text Example
Text Example
White with #CAF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8CA; }
p { color: rgb(202,248,202); }
H1.HeaderClassName
{
color: #CAF8CA;
}
.AnyTagClassName
{
color: #CAF8CA;
}
</style>
background-color css
<style>
a { background-color: #CAF8CA; }
a { background-color: rgb(202,248,202); }
div.DivClassName
{
background-color: #CAF8CA;
}
.BgClassName
{
background-color: #CAF8CA;
}
</style>
border-color css
<style>
span { border-color: #CAF8CA; }
span { border-color: rgb(202,248,202); }
td.TdClassName
{
border-color: #CAF8CA;
}
.TagClassName
{
border-color: #CAF8CA;
}
</style>