Shades of Blue Romance #C9FAC9
Tints of Blue Romance #C9FAC9
RGB
CMYK
RGB Variations
Color information
#C9FAC9 (or 0xC9FAC9) is known color: Blue Romance. HEX triplet: C9, FA and C9. RGB value is (201,250,201). Sum of RGB (Red+Green+Blue) = 201+250+201=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAC9 is #360536. Grayscale: #E5E5E5. Windows color (decimal): -3540279 or 13236937. OLE color: 13236937.
HSL color Cylindrical-coordinate representation of color #C9FAC9: hue angle of 120º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FAC9 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 250 | 201 | - |
CMYK | 0.20 | 0 | 0.20 | 0.02 |
HSL | 120º | 0.83% | 0.88% | - |
HSV(B) | 120º | 0.2% | 0.98% | - |
XYZ | 68.82 | 85.01 | 68.04 | - |
YUV | 229.76 | 111.77 | 107.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 250 | 201 | 0.20 | 0 | 0.20 | 0.02 | 120 | 0.83 | 0.88 |
Hex | C9 | FA | C9 | 14 | 0 | 14 | 2 | 78 | 53 | 58 |
Octal | 311 | 372 | 311 | 24 | 0 | 24 | 2 | 170 | 123 | 130 |
Binary | 11001001 | 11111010 | 11001001 | 10100 | 0 | 10100 | 10 | 1111000 | 1010011 | 1011000 |
Color Harmonies of #C9FAC9
Complementary color
Monochromatic Colors of #C9FAC9
Black with #C9FAC9
Text Example
Text Example
White with #C9FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAC9; }
p { color: rgb(201,250,201); }
H1.HeaderClassName
{
color: #C9FAC9;
}
.AnyTagClassName
{
color: #C9FAC9;
}
</style>
background-color css
<style>
a { background-color: #C9FAC9; }
a { background-color: rgb(201,250,201); }
div.DivClassName
{
background-color: #C9FAC9;
}
.BgClassName
{
background-color: #C9FAC9;
}
</style>
border-color css
<style>
span { border-color: #C9FAC9; }
span { border-color: rgb(201,250,201); }
td.TdClassName
{
border-color: #C9FAC9;
}
.TagClassName
{
border-color: #C9FAC9;
}
</style>