Shades of Blue Romance #CAFFCA
Tints of Blue Romance #CAFFCA
RGB
CMYK
RGB Variations
Color information
#CAFFCA (or 0xCAFFCA) is known color: Blue Romance. HEX triplet: CA, FF and CA. RGB value is (202,255,202). Sum of RGB (Red+Green+Blue) = 202+255+202=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFCA is #350035. Grayscale: #E9E9E9. Windows color (decimal): -3473462 or 13303754. OLE color: 13303754.
HSL color Cylindrical-coordinate representation of color #CAFFCA: hue angle of 120º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFCA is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 255 | 202 | - |
CMYK | 0.21 | 0 | 0.21 | 0 |
HSL | 120º | 1% | 0.9% | - |
HSV(B) | 120º | 0.21% | 1% | - |
XYZ | 70.78 | 88.34 | 69.2 | - |
YUV | 233.11 | 110.44 | 105.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 255 | 202 | 0.21 | 0 | 0.21 | 0 | 120 | 1 | 0.9 |
Hex | CA | FF | CA | 15 | 0 | 15 | 0 | 78 | 64 | 5A |
Octal | 312 | 377 | 312 | 25 | 0 | 25 | 0 | 170 | 144 | 132 |
Binary | 11001010 | 11111111 | 11001010 | 10101 | 0 | 10101 | 0 | 1111000 | 1100100 | 1011010 |
Color Harmonies of #CAFFCA
Complementary color
Monochromatic Colors of #CAFFCA
Black with #CAFFCA
Text Example
Text Example
White with #CAFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFCA; }
p { color: rgb(202,255,202); }
H1.HeaderClassName
{
color: #CAFFCA;
}
.AnyTagClassName
{
color: #CAFFCA;
}
</style>
background-color css
<style>
a { background-color: #CAFFCA; }
a { background-color: rgb(202,255,202); }
div.DivClassName
{
background-color: #CAFFCA;
}
.BgClassName
{
background-color: #CAFFCA;
}
</style>
border-color css
<style>
span { border-color: #CAFFCA; }
span { border-color: rgb(202,255,202); }
td.TdClassName
{
border-color: #CAFFCA;
}
.TagClassName
{
border-color: #CAFFCA;
}
</style>