Shades of Blue Romance #CAFDC7
Tints of Blue Romance #CAFDC7
RGB
CMYK
RGB Variations
Color information
#CAFDC7 (or 0xCAFDC7) is known color: Blue Romance. HEX triplet: CA, FD and C7. RGB value is (202,253,199). Sum of RGB (Red+Green+Blue) = 202+253+199=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDC7 is #350238. Grayscale: #E7E7E7. Windows color (decimal): -3473977 or 13106634. OLE color: 13106634.
HSL color Cylindrical-coordinate representation of color #CAFDC7: hue angle of 116.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFDC7 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 199 | - |
CMYK | 0.20 | 0 | 0.21 | 0.01 |
HSL | 116.67º | 0.93% | 0.89% | - |
HSV(B) | 116.67º | 0.21% | 0.99% | - |
XYZ | 69.79 | 86.93 | 67.13 | - |
YUV | 231.6 | 109.6 | 106.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 199 | 0.20 | 0 | 0.21 | 0.01 | 116.67 | 0.93 | 0.89 |
Hex | CA | FD | C7 | 14 | 0 | 15 | 1 | 75 | 5D | 59 |
Octal | 312 | 375 | 307 | 24 | 0 | 25 | 1 | 165 | 135 | 131 |
Binary | 11001010 | 11111101 | 11000111 | 10100 | 0 | 10101 | 1 | 1110101 | 1011101 | 1011001 |
Color Harmonies of #CAFDC7
Complementary color
Monochromatic Colors of #CAFDC7
Black with #CAFDC7
Text Example
Text Example
White with #CAFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDC7; }
p { color: rgb(202,253,199); }
H1.HeaderClassName
{
color: #CAFDC7;
}
.AnyTagClassName
{
color: #CAFDC7;
}
</style>
background-color css
<style>
a { background-color: #CAFDC7; }
a { background-color: rgb(202,253,199); }
div.DivClassName
{
background-color: #CAFDC7;
}
.BgClassName
{
background-color: #CAFDC7;
}
</style>
border-color css
<style>
span { border-color: #CAFDC7; }
span { border-color: rgb(202,253,199); }
td.TdClassName
{
border-color: #CAFDC7;
}
.TagClassName
{
border-color: #CAFDC7;
}
</style>