Shades of Light Cyan #CDF6FF
Tints of Light Cyan #CDF6FF
RGB
CMYK
RGB Variations
Color information
#CDF6FF (or 0xCDF6FF) is known color: Light Cyan. HEX triplet: CD, F6 and FF. RGB value is (205,246,255). Sum of RGB (Red+Green+Blue) = 205+246+255=706 (93% of max value = 765). Red value is 205 (80.47% from 255 or 29.04% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6FF is #320900. Grayscale: #EAEAEA. Windows color (decimal): -3279105 or 16774861. OLE color: 16774861.
HSL color Cylindrical-coordinate representation of color #CDF6FF: hue angle of 190.8º 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 #CDF6FF is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 246 | 255 | - |
| CMYK | 0.20 | 0.04 | 0 | 0 |
| HSL | 190.8º | 1% | 0.9% | - |
| HSV(B) | 190.8º | 0.2% | 1% | - |
| XYZ | 76.18 | 86.11 | 107.21 | - |
| YUV | 234.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 255 | 0.20 | 0.04 | 0 | 0 | 190.8 | 1 | 0.9 |
| Hex | CD | F6 | FF | 14 | 4 | 0 | 0 | BF | 64 | 5A |
| Octal | 315 | 366 | 377 | 24 | 4 | 0 | 0 | 277 | 144 | 132 |
| Binary | 11001101 | 11110110 | 11111111 | 10100 | 100 | 0 | 0 | 10111111 | 1100100 | 1011010 |
Color Harmonies of #CDF6FF
Complementary color
Monochromatic Colors of #CDF6FF
Black with #CDF6FF
Text Example
Text Example
White with #CDF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6FF; }
p { color: rgb(205,246,255); }
H1.HeaderClassName
{
color: #CDF6FF;
}
.AnyTagClassName
{
color: #CDF6FF;
}
</style>
background-color css
<style>
a { background-color: #CDF6FF; }
a { background-color: rgb(205,246,255); }
div.DivClassName
{
background-color: #CDF6FF;
}
.BgClassName
{
background-color: #CDF6FF;
}
</style>
border-color css
<style>
span { border-color: #CDF6FF; }
span { border-color: rgb(205,246,255); }
td.TdClassName
{
border-color: #CDF6FF;
}
.TagClassName
{
border-color: #CDF6FF;
}
</style>