Shades of Blue Romance #CDF9CB
Tints of Blue Romance #CDF9CB
RGB
CMYK
RGB Variations
Color information
#CDF9CB (or 0xCDF9CB) is known color: Blue Romance. HEX triplet: CD, F9 and CB. RGB value is (205,249,203). Sum of RGB (Red+Green+Blue) = 205+249+203=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9CB is #320634. Grayscale: #E6E6E6. Windows color (decimal): -3278389 or 13367757. OLE color: 13367757.
HSL color Cylindrical-coordinate representation of color #CDF9CB: hue angle of 117.39º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF9CB is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 203 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.02 |
| HSL | 117.39º | 0.79% | 0.89% | - |
| HSV(B) | 117.39º | 0.18% | 0.98% | - |
| XYZ | 69.83 | 85.04 | 69.23 | - |
| YUV | 230.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 203 | 0.18 | 0 | 0.18 | 0.02 | 117.39 | 0.79 | 0.89 |
| Hex | CD | F9 | CB | 12 | 0 | 12 | 2 | 75 | 4F | 59 |
| Octal | 315 | 371 | 313 | 22 | 0 | 22 | 2 | 165 | 117 | 131 |
| Binary | 11001101 | 11111001 | 11001011 | 10010 | 0 | 10010 | 10 | 1110101 | 1001111 | 1011001 |
Color Harmonies of #CDF9CB
Complementary color
Monochromatic Colors of #CDF9CB
Black with #CDF9CB
Text Example
Text Example
White with #CDF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9CB; }
p { color: rgb(205,249,203); }
H1.HeaderClassName
{
color: #CDF9CB;
}
.AnyTagClassName
{
color: #CDF9CB;
}
</style>
background-color css
<style>
a { background-color: #CDF9CB; }
a { background-color: rgb(205,249,203); }
div.DivClassName
{
background-color: #CDF9CB;
}
.BgClassName
{
background-color: #CDF9CB;
}
</style>
border-color css
<style>
span { border-color: #CDF9CB; }
span { border-color: rgb(205,249,203); }
td.TdClassName
{
border-color: #CDF9CB;
}
.TagClassName
{
border-color: #CDF9CB;
}
</style>