Shades of Lavender Blue #C0C9FB
Tints of Lavender Blue #C0C9FB
RGB
CMYK
RGB Variations
Color information
#C0C9FB (or 0xC0C9FB) is known color: Lavender Blue. HEX triplet: C0, C9 and FB. RGB value is (192,201,251). Sum of RGB (Red+Green+Blue) = 192+201+251=644 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.81% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0C9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C9FB is #3F3604. Grayscale: #CBCBCB. Windows color (decimal): -4142597 or 16501184. OLE color: 16501184.
HSL color Cylindrical-coordinate representation of color #C0C9FB: hue angle of 230.85º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C9FB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 201 | 251 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.02 |
| HSL | 230.85º | 0.88% | 0.87% | - |
| HSV(B) | 230.85º | 0.24% | 0.98% | - |
| XYZ | 60.04 | 59.94 | 99.67 | - |
| YUV | 204.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 251 | 0.24 | 0.20 | 0 | 0.02 | 230.85 | 0.88 | 0.87 |
| Hex | C0 | C9 | FB | 18 | 14 | 0 | 2 | E7 | 58 | 57 |
| Octal | 300 | 311 | 373 | 30 | 24 | 0 | 2 | 347 | 130 | 127 |
| Binary | 11000000 | 11001001 | 11111011 | 11000 | 10100 | 0 | 10 | 11100111 | 1011000 | 1010111 |
Color Harmonies of #C0C9FB
Complementary color
Monochromatic Colors of #C0C9FB
Black with #C0C9FB
Text Example
Text Example
White with #C0C9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C9FB; }
p { color: rgb(192,201,251); }
H1.HeaderClassName
{
color: #C0C9FB;
}
.AnyTagClassName
{
color: #C0C9FB;
}
</style>
background-color css
<style>
a { background-color: #C0C9FB; }
a { background-color: rgb(192,201,251); }
div.DivClassName
{
background-color: #C0C9FB;
}
.BgClassName
{
background-color: #C0C9FB;
}
</style>
border-color css
<style>
span { border-color: #C0C9FB; }
span { border-color: rgb(192,201,251); }
td.TdClassName
{
border-color: #C0C9FB;
}
.TagClassName
{
border-color: #C0C9FB;
}
</style>