Shades of Light Cyan #C9FFFD
Tints of Light Cyan #C9FFFD
RGB
CMYK
RGB Variations
Color information
#C9FFFD (or 0xC9FFFD) is known color: Light Cyan. HEX triplet: C9, FF and FD. RGB value is (201,255,253). Sum of RGB (Red+Green+Blue) = 201+255+253=709 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.35% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFFD is #360002. Grayscale: #EEEEEE. Windows color (decimal): -3538947 or 16646089. OLE color: 16646089.
HSL color Cylindrical-coordinate representation of color #C9FFFD: hue angle of 177.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FFFD is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 253 | - |
| CMYK | 0.21 | 0 | 0.01 | 0 |
| HSL | 177.78º | 1% | 0.89% | - |
| HSV(B) | 177.78º | 0.21% | 1% | - |
| XYZ | 77.58 | 91.03 | 106.41 | - |
| YUV | 238.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 253 | 0.21 | 0 | 0.01 | 0 | 177.78 | 1 | 0.89 |
| Hex | C9 | FF | FD | 15 | 0 | 1 | 0 | B2 | 64 | 59 |
| Octal | 311 | 377 | 375 | 25 | 0 | 1 | 0 | 262 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11111101 | 10101 | 0 | 1 | 0 | 10110010 | 1100100 | 1011001 |
Color Harmonies of #C9FFFD
Complementary color
Monochromatic Colors of #C9FFFD
Black with #C9FFFD
Text Example
Text Example
White with #C9FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFFD; }
p { color: rgb(201,255,253); }
H1.HeaderClassName
{
color: #C9FFFD;
}
.AnyTagClassName
{
color: #C9FFFD;
}
</style>
background-color css
<style>
a { background-color: #C9FFFD; }
a { background-color: rgb(201,255,253); }
div.DivClassName
{
background-color: #C9FFFD;
}
.BgClassName
{
background-color: #C9FFFD;
}
</style>
border-color css
<style>
span { border-color: #C9FFFD; }
span { border-color: rgb(201,255,253); }
td.TdClassName
{
border-color: #C9FFFD;
}
.TagClassName
{
border-color: #C9FFFD;
}
</style>