Shades of Light Cyan #CDFFFF
Tints of Light Cyan #CDFFFF
RGB
CMYK
RGB Variations
Color information
#CDFFFF (or 0xCDFFFF) is known color: Light Cyan. HEX triplet: CD, FF and FF. RGB value is (205,255,255). Sum of RGB (Red+Green+Blue) = 205+255+255=715 (94% of max value = 765). Red value is 205 (80.47% from 255 or 28.67% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #CDFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFFFF is #320000. Grayscale: #F0F0F0. Windows color (decimal): -3276801 or 16777165. OLE color: 16777165.
HSL color Cylindrical-coordinate representation of color #CDFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFFF is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 255 | - |
| CMYK | 0.20 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.9% | - |
| HSV(B) | 180º | 0.2% | 1% | - |
| XYZ | 78.99 | 91.72 | 108.15 | - |
| YUV | 240.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 255 | 0.20 | 0 | 0 | 0 | 180 | 1 | 0.9 |
| Hex | CD | FF | FF | 14 | 0 | 0 | 0 | B4 | 64 | 5A |
| Octal | 315 | 377 | 377 | 24 | 0 | 0 | 0 | 264 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11111111 | 10100 | 0 | 0 | 0 | 10110100 | 1100100 | 1011010 |
Color Harmonies of #CDFFFF
Complementary color
Monochromatic Colors of #CDFFFF
Black with #CDFFFF
Text Example
Text Example
White with #CDFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFFF; }
p { color: rgb(205,255,255); }
H1.HeaderClassName
{
color: #CDFFFF;
}
.AnyTagClassName
{
color: #CDFFFF;
}
</style>
background-color css
<style>
a { background-color: #CDFFFF; }
a { background-color: rgb(205,255,255); }
div.DivClassName
{
background-color: #CDFFFF;
}
.BgClassName
{
background-color: #CDFFFF;
}
</style>
border-color css
<style>
span { border-color: #CDFFFF; }
span { border-color: rgb(205,255,255); }
td.TdClassName
{
border-color: #CDFFFF;
}
.TagClassName
{
border-color: #CDFFFF;
}
</style>