Shades of Light Cyan #C3FFFD
Tints of Light Cyan #C3FFFD
RGB
CMYK
RGB Variations
Color information
#C3FFFD (or 0xC3FFFD) is known color: Light Cyan. HEX triplet: C3, FF and FD. RGB value is (195,255,253). Sum of RGB (Red+Green+Blue) = 195+255+253=703 (93% of max value = 765). Red value is 195 (76.56% from 255 or 27.74% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FFFD is #3C0002. Grayscale: #ECECEC. Windows color (decimal): -3932163 or 16646083. OLE color: 16646083.
HSL color Cylindrical-coordinate representation of color #C3FFFD: hue angle of 178º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFFD is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 253 | - |
| CMYK | 0.24 | 0 | 0.01 | 0 |
| HSL | 178º | 1% | 0.88% | - |
| HSV(B) | 178º | 0.24% | 1% | - |
| XYZ | 76 | 90.21 | 106.34 | - |
| YUV | 236.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 253 | 0.24 | 0 | 0.01 | 0 | 178 | 1 | 0.88 |
| Hex | C3 | FF | FD | 18 | 0 | 1 | 0 | B2 | 64 | 58 |
| Octal | 303 | 377 | 375 | 30 | 0 | 1 | 0 | 262 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11111101 | 11000 | 0 | 1 | 0 | 10110010 | 1100100 | 1011000 |
Color Harmonies of #C3FFFD
Complementary color
Monochromatic Colors of #C3FFFD
Black with #C3FFFD
Text Example
Text Example
White with #C3FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFFD; }
p { color: rgb(195,255,253); }
H1.HeaderClassName
{
color: #C3FFFD;
}
.AnyTagClassName
{
color: #C3FFFD;
}
</style>
background-color css
<style>
a { background-color: #C3FFFD; }
a { background-color: rgb(195,255,253); }
div.DivClassName
{
background-color: #C3FFFD;
}
.BgClassName
{
background-color: #C3FFFD;
}
</style>
border-color css
<style>
span { border-color: #C3FFFD; }
span { border-color: rgb(195,255,253); }
td.TdClassName
{
border-color: #C3FFFD;
}
.TagClassName
{
border-color: #C3FFFD;
}
</style>