Shades of Light Cyan #DAFDFF
Tints of Light Cyan #DAFDFF
RGB
CMYK
RGB Variations
Color information
#DAFDFF (or 0xDAFDFF) is known color: Light Cyan. HEX triplet: DA, FD and FF. RGB value is (218,253,255). Sum of RGB (Red+Green+Blue) = 218+253+255=726 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.03% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFDFF is #250200. Grayscale: #F2F2F2. Windows color (decimal): -2425345 or 16776666. OLE color: 16776666.
HSL color Cylindrical-coordinate representation of color #DAFDFF: hue angle of 183.24º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFDFF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 253 | 255 | - |
| CMYK | 0.15 | 0.01 | 0 | 0 |
| HSL | 183.24º | 1% | 0.93% | - |
| HSV(B) | 183.24º | 0.15% | 1% | - |
| XYZ | 82.09 | 92.38 | 108.11 | - |
| YUV | 242.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 255 | 0.15 | 0.01 | 0 | 0 | 183.24 | 1 | 0.93 |
| Hex | DA | FD | FF | F | 1 | 0 | 0 | B7 | 64 | 5D |
| Octal | 332 | 375 | 377 | 17 | 1 | 0 | 0 | 267 | 144 | 135 |
| Binary | 11011010 | 11111101 | 11111111 | 1111 | 1 | 0 | 0 | 10110111 | 1100100 | 1011101 |
Color Harmonies of #DAFDFF
Complementary color
Monochromatic Colors of #DAFDFF
Black with #DAFDFF
Text Example
Text Example
White with #DAFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDFF; }
p { color: rgb(218,253,255); }
H1.HeaderClassName
{
color: #DAFDFF;
}
.AnyTagClassName
{
color: #DAFDFF;
}
</style>
background-color css
<style>
a { background-color: #DAFDFF; }
a { background-color: rgb(218,253,255); }
div.DivClassName
{
background-color: #DAFDFF;
}
.BgClassName
{
background-color: #DAFDFF;
}
</style>
border-color css
<style>
span { border-color: #DAFDFF; }
span { border-color: rgb(218,253,255); }
td.TdClassName
{
border-color: #DAFDFF;
}
.TagClassName
{
border-color: #DAFDFF;
}
</style>