Shades of Blue Romance #CAF4CA
Tints of Blue Romance #CAF4CA
RGB
CMYK
RGB Variations
Color information
#CAF4CA (or 0xCAF4CA) is known color: Blue Romance. HEX triplet: CA, F4 and CA. RGB value is (202,244,202). Sum of RGB (Red+Green+Blue) = 202+244+202=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4CA is #350B35. Grayscale: #E2E2E2. Windows color (decimal): -3476278 or 13300938. OLE color: 13300938.
HSL color Cylindrical-coordinate representation of color #CAF4CA: hue angle of 120º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4CA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 202 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.04 |
| HSL | 120º | 0.66% | 0.87% | - |
| HSV(B) | 120º | 0.17% | 0.96% | - |
| XYZ | 67.37 | 81.52 | 68.06 | - |
| YUV | 226.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 202 | 0.17 | 0 | 0.17 | 0.04 | 120 | 0.66 | 0.87 |
| Hex | CA | F4 | CA | 11 | 0 | 11 | 4 | 78 | 42 | 57 |
| Octal | 312 | 364 | 312 | 21 | 0 | 21 | 4 | 170 | 102 | 127 |
| Binary | 11001010 | 11110100 | 11001010 | 10001 | 0 | 10001 | 100 | 1111000 | 1000010 | 1010111 |
Color Harmonies of #CAF4CA
Complementary color
Monochromatic Colors of #CAF4CA
Black with #CAF4CA
Text Example
Text Example
White with #CAF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4CA; }
p { color: rgb(202,244,202); }
H1.HeaderClassName
{
color: #CAF4CA;
}
.AnyTagClassName
{
color: #CAF4CA;
}
</style>
background-color css
<style>
a { background-color: #CAF4CA; }
a { background-color: rgb(202,244,202); }
div.DivClassName
{
background-color: #CAF4CA;
}
.BgClassName
{
background-color: #CAF4CA;
}
</style>
border-color css
<style>
span { border-color: #CAF4CA; }
span { border-color: rgb(202,244,202); }
td.TdClassName
{
border-color: #CAF4CA;
}
.TagClassName
{
border-color: #CAF4CA;
}
</style>