Shades of Blue Romance #CAEAC9
Tints of Blue Romance #CAEAC9
RGB
CMYK
RGB Variations
Color information
#CAEAC9 (or 0xCAEAC9) is known color: Blue Romance. HEX triplet: CA, EA and C9. RGB value is (202,234,201). Sum of RGB (Red+Green+Blue) = 202+234+201=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAC9 is #351536. Grayscale: #DCDCDC. Windows color (decimal): -3478839 or 13232842. OLE color: 13232842.
HSL color Cylindrical-coordinate representation of color #CAEAC9: hue angle of 118.18º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEAC9 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 201 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.08 |
| HSL | 118.18º | 0.44% | 0.85% | - |
| HSV(B) | 118.18º | 0.14% | 0.92% | - |
| XYZ | 64.32 | 75.62 | 66.46 | - |
| YUV | 220.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 201 | 0.14 | 0 | 0.14 | 0.08 | 118.18 | 0.44 | 0.85 |
| Hex | CA | EA | C9 | E | 0 | E | 8 | 76 | 2C | 55 |
| Octal | 312 | 352 | 311 | 16 | 0 | 16 | 10 | 166 | 54 | 125 |
| Binary | 11001010 | 11101010 | 11001001 | 1110 | 0 | 1110 | 1000 | 1110110 | 101100 | 1010101 |
Color Harmonies of #CAEAC9
Complementary color
Monochromatic Colors of #CAEAC9
Black with #CAEAC9
Text Example
Text Example
White with #CAEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAC9; }
p { color: rgb(202,234,201); }
H1.HeaderClassName
{
color: #CAEAC9;
}
.AnyTagClassName
{
color: #CAEAC9;
}
</style>
background-color css
<style>
a { background-color: #CAEAC9; }
a { background-color: rgb(202,234,201); }
div.DivClassName
{
background-color: #CAEAC9;
}
.BgClassName
{
background-color: #CAEAC9;
}
</style>
border-color css
<style>
span { border-color: #CAEAC9; }
span { border-color: rgb(202,234,201); }
td.TdClassName
{
border-color: #CAEAC9;
}
.TagClassName
{
border-color: #CAEAC9;
}
</style>