Shades of Blue Romance #CAFCCB
Tints of Blue Romance #CAFCCB
RGB
CMYK
RGB Variations
Color information
#CAFCCB (or 0xCAFCCB) is known color: Blue Romance. HEX triplet: CA, FC and CB. RGB value is (202,252,203). Sum of RGB (Red+Green+Blue) = 202+252+203=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCCB is #350334. Grayscale: #E7E7E7. Windows color (decimal): -3474229 or 13368522. OLE color: 13368522.
HSL color Cylindrical-coordinate representation of color #CAFCCB: hue angle of 121.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFCCB is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 203 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.01 |
| HSL | 121.2º | 0.89% | 0.89% | - |
| HSV(B) | 121.2º | 0.2% | 0.99% | - |
| XYZ | 69.95 | 86.49 | 69.51 | - |
| YUV | 231.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 203 | 0.20 | 0 | 0.19 | 0.01 | 121.2 | 0.89 | 0.89 |
| Hex | CA | FC | CB | 14 | 0 | 13 | 1 | 79 | 59 | 59 |
| Octal | 312 | 374 | 313 | 24 | 0 | 23 | 1 | 171 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11001011 | 10100 | 0 | 10011 | 1 | 1111001 | 1011001 | 1011001 |
Color Harmonies of #CAFCCB
Complementary color
Monochromatic Colors of #CAFCCB
Black with #CAFCCB
Text Example
Text Example
White with #CAFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCCB; }
p { color: rgb(202,252,203); }
H1.HeaderClassName
{
color: #CAFCCB;
}
.AnyTagClassName
{
color: #CAFCCB;
}
</style>
background-color css
<style>
a { background-color: #CAFCCB; }
a { background-color: rgb(202,252,203); }
div.DivClassName
{
background-color: #CAFCCB;
}
.BgClassName
{
background-color: #CAFCCB;
}
</style>
border-color css
<style>
span { border-color: #CAFCCB; }
span { border-color: rgb(202,252,203); }
td.TdClassName
{
border-color: #CAFCCB;
}
.TagClassName
{
border-color: #CAFCCB;
}
</style>