Shades of Blue Romance #CDFBC9
Tints of Blue Romance #CDFBC9
RGB
CMYK
RGB Variations
Color information
#CDFBC9 (or 0xCDFBC9) is known color: Blue Romance. HEX triplet: CD, FB and C9. RGB value is (205,251,201). Sum of RGB (Red+Green+Blue) = 205+251+201=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBC9 is #320436. Grayscale: #E7E7E7. Windows color (decimal): -3277879 or 13237197. OLE color: 13237197.
HSL color Cylindrical-coordinate representation of color #CDFBC9: hue angle of 115.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFBC9 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 201 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.02 |
| HSL | 115.2º | 0.86% | 0.89% | - |
| HSV(B) | 115.2º | 0.2% | 0.98% | - |
| XYZ | 70.22 | 86.19 | 68.19 | - |
| YUV | 231.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 201 | 0.18 | 0 | 0.20 | 0.02 | 115.2 | 0.86 | 0.89 |
| Hex | CD | FB | C9 | 12 | 0 | 14 | 2 | 73 | 56 | 59 |
| Octal | 315 | 373 | 311 | 22 | 0 | 24 | 2 | 163 | 126 | 131 |
| Binary | 11001101 | 11111011 | 11001001 | 10010 | 0 | 10100 | 10 | 1110011 | 1010110 | 1011001 |
Color Harmonies of #CDFBC9
Complementary color
Monochromatic Colors of #CDFBC9
Black with #CDFBC9
Text Example
Text Example
White with #CDFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBC9; }
p { color: rgb(205,251,201); }
H1.HeaderClassName
{
color: #CDFBC9;
}
.AnyTagClassName
{
color: #CDFBC9;
}
</style>
background-color css
<style>
a { background-color: #CDFBC9; }
a { background-color: rgb(205,251,201); }
div.DivClassName
{
background-color: #CDFBC9;
}
.BgClassName
{
background-color: #CDFBC9;
}
</style>
border-color css
<style>
span { border-color: #CDFBC9; }
span { border-color: rgb(205,251,201); }
td.TdClassName
{
border-color: #CDFBC9;
}
.TagClassName
{
border-color: #CDFBC9;
}
</style>