Shades of Light Cyan #CDFDFF
Tints of Light Cyan #CDFDFF
RGB
CMYK
RGB Variations
Color information
#CDFDFF (or 0xCDFDFF) is known color: Light Cyan. HEX triplet: CD, FD and FF. RGB value is (205,253,255). Sum of RGB (Red+Green+Blue) = 205+253+255=713 (94% of max value = 765). Red value is 205 (80.47% from 255 or 28.75% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFDFF is #320200. Grayscale: #EEEEEE. Windows color (decimal): -3277313 or 16776653. OLE color: 16776653.
HSL color Cylindrical-coordinate representation of color #CDFDFF: hue angle of 182.4º 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 #CDFDFF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 253 | 255 | - |
| CMYK | 0.20 | 0.01 | 0 | 0 |
| HSL | 182.4º | 1% | 0.9% | - |
| HSV(B) | 182.4º | 0.2% | 1% | - |
| XYZ | 78.35 | 90.45 | 107.94 | - |
| YUV | 238.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 255 | 0.20 | 0.01 | 0 | 0 | 182.4 | 1 | 0.9 |
| Hex | CD | FD | FF | 14 | 1 | 0 | 0 | B6 | 64 | 5A |
| Octal | 315 | 375 | 377 | 24 | 1 | 0 | 0 | 266 | 144 | 132 |
| Binary | 11001101 | 11111101 | 11111111 | 10100 | 1 | 0 | 0 | 10110110 | 1100100 | 1011010 |
Color Harmonies of #CDFDFF
Complementary color
Monochromatic Colors of #CDFDFF
Black with #CDFDFF
Text Example
Text Example
White with #CDFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDFF; }
p { color: rgb(205,253,255); }
H1.HeaderClassName
{
color: #CDFDFF;
}
.AnyTagClassName
{
color: #CDFDFF;
}
</style>
background-color css
<style>
a { background-color: #CDFDFF; }
a { background-color: rgb(205,253,255); }
div.DivClassName
{
background-color: #CDFDFF;
}
.BgClassName
{
background-color: #CDFDFF;
}
</style>
border-color css
<style>
span { border-color: #CDFDFF; }
span { border-color: rgb(205,253,255); }
td.TdClassName
{
border-color: #CDFDFF;
}
.TagClassName
{
border-color: #CDFDFF;
}
</style>