Shades of Light Cyan #CCFDFD
Tints of Light Cyan #CCFDFD
RGB
CMYK
RGB Variations
Color information
#CCFDFD (or 0xCCFDFD) is known color: Light Cyan. HEX triplet: CC, FD and FD. RGB value is (204,253,253). Sum of RGB (Red+Green+Blue) = 204+253+253=710 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.73% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #CCFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDFD is #330202. Grayscale: #EEEEEE. Windows color (decimal): -3342851 or 16645580. OLE color: 16645580.
HSL color Cylindrical-coordinate representation of color #CCFDFD: hue angle of 180º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDFD is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 253 | - |
CMYK | 0.19 | 0 | 0 | 0.01 |
HSL | 180º | 0.92% | 0.9% | - |
HSV(B) | 180º | 0.19% | 0.99% | - |
XYZ | 77.76 | 90.18 | 106.24 | - |
YUV | 238.35 | 136.27 | 103.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 253 | 0.19 | 0 | 0 | 0.01 | 180 | 0.92 | 0.9 |
Hex | CC | FD | FD | 13 | 0 | 0 | 1 | B4 | 5C | 5A |
Octal | 314 | 375 | 375 | 23 | 0 | 0 | 1 | 264 | 134 | 132 |
Binary | 11001100 | 11111101 | 11111101 | 10011 | 0 | 0 | 1 | 10110100 | 1011100 | 1011010 |
Color Harmonies of #CCFDFD
Complementary color
Monochromatic Colors of #CCFDFD
Black with #CCFDFD
Text Example
Text Example
White with #CCFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDFD; }
p { color: rgb(204,253,253); }
H1.HeaderClassName
{
color: #CCFDFD;
}
.AnyTagClassName
{
color: #CCFDFD;
}
</style>
background-color css
<style>
a { background-color: #CCFDFD; }
a { background-color: rgb(204,253,253); }
div.DivClassName
{
background-color: #CCFDFD;
}
.BgClassName
{
background-color: #CCFDFD;
}
</style>
border-color css
<style>
span { border-color: #CCFDFD; }
span { border-color: rgb(204,253,253); }
td.TdClassName
{
border-color: #CCFDFD;
}
.TagClassName
{
border-color: #CCFDFD;
}
</style>