Shades of Light Cyan #C3FCFF
Tints of Light Cyan #C3FCFF
RGB
CMYK
RGB Variations
Color information
#C3FCFF (or 0xC3FCFF) is known color: Light Cyan. HEX triplet: C3, FC and FF. RGB value is (195,252,255). Sum of RGB (Red+Green+Blue) = 195+252+255=702 (92% of max value = 765). Red value is 195 (76.56% from 255 or 27.78% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FCFF is #3C0300. Grayscale: #EBEBEB. Windows color (decimal): -3932929 or 16776387. OLE color: 16776387.
HSL color Cylindrical-coordinate representation of color #C3FCFF: hue angle of 183º 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 #C3FCFF is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 195 | 252 | 255 | - |
CMYK | 0.24 | 0.01 | 0 | 0 |
HSL | 183º | 1% | 0.88% | - |
HSV(B) | 183º | 0.24% | 1% | - |
XYZ | 75.37 | 88.44 | 107.71 | - |
YUV | 235.3 | 139.12 | 99.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 252 | 255 | 0.24 | 0.01 | 0 | 0 | 183 | 1 | 0.88 |
Hex | C3 | FC | FF | 18 | 1 | 0 | 0 | B7 | 64 | 58 |
Octal | 303 | 374 | 377 | 30 | 1 | 0 | 0 | 267 | 144 | 130 |
Binary | 11000011 | 11111100 | 11111111 | 11000 | 1 | 0 | 0 | 10110111 | 1100100 | 1011000 |
Color Harmonies of #C3FCFF
Complementary color
Monochromatic Colors of #C3FCFF
Black with #C3FCFF
Text Example
Text Example
White with #C3FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FCFF; }
p { color: rgb(195,252,255); }
H1.HeaderClassName
{
color: #C3FCFF;
}
.AnyTagClassName
{
color: #C3FCFF;
}
</style>
background-color css
<style>
a { background-color: #C3FCFF; }
a { background-color: rgb(195,252,255); }
div.DivClassName
{
background-color: #C3FCFF;
}
.BgClassName
{
background-color: #C3FCFF;
}
</style>
border-color css
<style>
span { border-color: #C3FCFF; }
span { border-color: rgb(195,252,255); }
td.TdClassName
{
border-color: #C3FCFF;
}
.TagClassName
{
border-color: #C3FCFF;
}
</style>