Shades of Blue Romance #CAEAC8
Tints of Blue Romance #CAEAC8
RGB
CMYK
RGB Variations
Color information
#CAEAC8 (or 0xCAEAC8) is known color: Blue Romance. HEX triplet: CA, EA and C8. RGB value is (202,234,200). Sum of RGB (Red+Green+Blue) = 202+234+200=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAC8 is #351537. Grayscale: #DCDCDC. Windows color (decimal): -3478840 or 13167306. OLE color: 13167306.
HSL color Cylindrical-coordinate representation of color #CAEAC8: hue angle of 116.47º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEAC8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 200 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.08 |
| HSL | 116.47º | 0.45% | 0.85% | - |
| HSV(B) | 116.47º | 0.15% | 0.92% | - |
| XYZ | 64.21 | 75.57 | 65.85 | - |
| YUV | 220.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 200 | 0.14 | 0 | 0.15 | 0.08 | 116.47 | 0.45 | 0.85 |
| Hex | CA | EA | C8 | E | 0 | F | 8 | 74 | 2D | 55 |
| Octal | 312 | 352 | 310 | 16 | 0 | 17 | 10 | 164 | 55 | 125 |
| Binary | 11001010 | 11101010 | 11001000 | 1110 | 0 | 1111 | 1000 | 1110100 | 101101 | 1010101 |
Color Harmonies of #CAEAC8
Complementary color
Monochromatic Colors of #CAEAC8
Black with #CAEAC8
Text Example
Text Example
White with #CAEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAC8; }
p { color: rgb(202,234,200); }
H1.HeaderClassName
{
color: #CAEAC8;
}
.AnyTagClassName
{
color: #CAEAC8;
}
</style>
background-color css
<style>
a { background-color: #CAEAC8; }
a { background-color: rgb(202,234,200); }
div.DivClassName
{
background-color: #CAEAC8;
}
.BgClassName
{
background-color: #CAEAC8;
}
</style>
border-color css
<style>
span { border-color: #CAEAC8; }
span { border-color: rgb(202,234,200); }
td.TdClassName
{
border-color: #CAEAC8;
}
.TagClassName
{
border-color: #CAEAC8;
}
</style>