Shades of Blue Romance #CAEBC9
Tints of Blue Romance #CAEBC9
RGB
CMYK
RGB Variations
Color information
#CAEBC9 (or 0xCAEBC9) is known color: Blue Romance. HEX triplet: CA, EB and C9. RGB value is (202,235,201). Sum of RGB (Red+Green+Blue) = 202+235+201=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBC9 is #351436. Grayscale: #DDDDDD. Windows color (decimal): -3478583 or 13233098. OLE color: 13233098.
HSL color Cylindrical-coordinate representation of color #CAEBC9: hue angle of 118.24º degrees, saturation: 0.46, 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 #CAEBC9 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 201 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.08 |
| HSL | 118.24º | 0.46% | 0.85% | - |
| HSV(B) | 118.24º | 0.14% | 0.92% | - |
| XYZ | 64.61 | 76.19 | 66.56 | - |
| YUV | 221.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 201 | 0.14 | 0 | 0.14 | 0.08 | 118.24 | 0.46 | 0.85 |
| Hex | CA | EB | C9 | E | 0 | E | 8 | 76 | 2E | 55 |
| Octal | 312 | 353 | 311 | 16 | 0 | 16 | 10 | 166 | 56 | 125 |
| Binary | 11001010 | 11101011 | 11001001 | 1110 | 0 | 1110 | 1000 | 1110110 | 101110 | 1010101 |
Color Harmonies of #CAEBC9
Complementary color
Monochromatic Colors of #CAEBC9
Black with #CAEBC9
Text Example
Text Example
White with #CAEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBC9; }
p { color: rgb(202,235,201); }
H1.HeaderClassName
{
color: #CAEBC9;
}
.AnyTagClassName
{
color: #CAEBC9;
}
</style>
background-color css
<style>
a { background-color: #CAEBC9; }
a { background-color: rgb(202,235,201); }
div.DivClassName
{
background-color: #CAEBC9;
}
.BgClassName
{
background-color: #CAEBC9;
}
</style>
border-color css
<style>
span { border-color: #CAEBC9; }
span { border-color: rgb(202,235,201); }
td.TdClassName
{
border-color: #CAEBC9;
}
.TagClassName
{
border-color: #CAEBC9;
}
</style>