Shades of Light Cyan #C2FFFF
Tints of Light Cyan #C2FFFF
RGB
CMYK
RGB Variations
Color information
#C2FFFF (or 0xC2FFFF) is known color: Light Cyan. HEX triplet: C2, FF and FF. RGB value is (194,255,255). Sum of RGB (Red+Green+Blue) = 194+255+255=704 (93% of max value = 765). Red value is 194 (76.17% from 255 or 27.56% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #C2FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFFF is #3D0000. Grayscale: #ECECEC. Windows color (decimal): -3997697 or 16777154. OLE color: 16777154.
HSL color Cylindrical-coordinate representation of color #C2FFFF: hue angle of 180º 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 #C2FFFF is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 255 | 255 | - |
CMYK | 0.24 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.88% | - |
HSV(B) | 180º | 0.24% | 1% | - |
XYZ | 76.06 | 90.21 | 108.01 | - |
YUV | 236.76 | 138.29 | 97.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 255 | 255 | 0.24 | 0 | 0 | 0 | 180 | 1 | 0.88 |
Hex | C2 | FF | FF | 18 | 0 | 0 | 0 | B4 | 64 | 58 |
Octal | 302 | 377 | 377 | 30 | 0 | 0 | 0 | 264 | 144 | 130 |
Binary | 11000010 | 11111111 | 11111111 | 11000 | 0 | 0 | 0 | 10110100 | 1100100 | 1011000 |
Color Harmonies of #C2FFFF
Complementary color
Monochromatic Colors of #C2FFFF
Black with #C2FFFF
Text Example
Text Example
White with #C2FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFFF; }
p { color: rgb(194,255,255); }
H1.HeaderClassName
{
color: #C2FFFF;
}
.AnyTagClassName
{
color: #C2FFFF;
}
</style>
background-color css
<style>
a { background-color: #C2FFFF; }
a { background-color: rgb(194,255,255); }
div.DivClassName
{
background-color: #C2FFFF;
}
.BgClassName
{
background-color: #C2FFFF;
}
</style>
border-color css
<style>
span { border-color: #C2FFFF; }
span { border-color: rgb(194,255,255); }
td.TdClassName
{
border-color: #C2FFFF;
}
.TagClassName
{
border-color: #C2FFFF;
}
</style>