Shades of Light Cyan #CCFEFD
Tints of Light Cyan #CCFEFD
RGB
CMYK
RGB Variations
Color information
#CCFEFD (or 0xCCFEFD) is known color: Light Cyan. HEX triplet: CC, FE and FD. RGB value is (204,254,253). Sum of RGB (Red+Green+Blue) = 204+254+253=711 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.69% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEFD is #330102. Grayscale: #EEEEEE. Windows color (decimal): -3342595 or 16645836. OLE color: 16645836.
HSL color Cylindrical-coordinate representation of color #CCFEFD: hue angle of 178.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEFD is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 253 | - |
CMYK | 0.20 | 0 | 0.00 | 0.00 |
HSL | 178.8º | 0.96% | 0.9% | - |
HSV(B) | 178.8º | 0.2% | 1% | - |
XYZ | 78.07 | 90.81 | 106.34 | - |
YUV | 238.94 | 135.94 | 103.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 253 | 0.20 | 0 | 0.00 | 0.00 | 178.8 | 0.96 | 0.9 |
Hex | CC | FE | FD | 14 | 0 | 0 | 0 | B3 | 60 | 5A |
Octal | 314 | 376 | 375 | 24 | 0 | 0 | 0 | 263 | 140 | 132 |
Binary | 11001100 | 11111110 | 11111101 | 10100 | 0 | 0 | 0 | 10110011 | 1100000 | 1011010 |
Color Harmonies of #CCFEFD
Complementary color
Monochromatic Colors of #CCFEFD
Black with #CCFEFD
Text Example
Text Example
White with #CCFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEFD; }
p { color: rgb(204,254,253); }
H1.HeaderClassName
{
color: #CCFEFD;
}
.AnyTagClassName
{
color: #CCFEFD;
}
</style>
background-color css
<style>
a { background-color: #CCFEFD; }
a { background-color: rgb(204,254,253); }
div.DivClassName
{
background-color: #CCFEFD;
}
.BgClassName
{
background-color: #CCFEFD;
}
</style>
border-color css
<style>
span { border-color: #CCFEFD; }
span { border-color: rgb(204,254,253); }
td.TdClassName
{
border-color: #CCFEFD;
}
.TagClassName
{
border-color: #CCFEFD;
}
</style>