Shades of Light Cyan #DAFEFF
Tints of Light Cyan #DAFEFF
RGB
CMYK
RGB Variations
Color information
#DAFEFF (or 0xDAFEFF) is known color: Light Cyan. HEX triplet: DA, FE and FF. RGB value is (218,254,255). Sum of RGB (Red+Green+Blue) = 218+254+255=727 (96% of max value = 765). Red value is 218 (85.55% from 255 or 29.99% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEFF is #250100. Grayscale: #F3F3F3. Windows color (decimal): -2425089 or 16776922. OLE color: 16776922.
HSL color Cylindrical-coordinate representation of color #DAFEFF: hue angle of 181.62º 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 #DAFEFF is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 254 | 255 | - |
| CMYK | 0.15 | 0.00 | 0 | 0 |
| HSL | 181.62º | 1% | 0.93% | - |
| HSV(B) | 181.62º | 0.15% | 1% | - |
| XYZ | 82.41 | 93.01 | 108.22 | - |
| YUV | 243.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 255 | 0.15 | 0.00 | 0 | 0 | 181.62 | 1 | 0.93 |
| Hex | DA | FE | FF | F | 0 | 0 | 0 | B6 | 64 | 5D |
| Octal | 332 | 376 | 377 | 17 | 0 | 0 | 0 | 266 | 144 | 135 |
| Binary | 11011010 | 11111110 | 11111111 | 1111 | 0 | 0 | 0 | 10110110 | 1100100 | 1011101 |
Color Harmonies of #DAFEFF
Complementary color
Monochromatic Colors of #DAFEFF
Black with #DAFEFF
Text Example
Text Example
White with #DAFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEFF; }
p { color: rgb(218,254,255); }
H1.HeaderClassName
{
color: #DAFEFF;
}
.AnyTagClassName
{
color: #DAFEFF;
}
</style>
background-color css
<style>
a { background-color: #DAFEFF; }
a { background-color: rgb(218,254,255); }
div.DivClassName
{
background-color: #DAFEFF;
}
.BgClassName
{
background-color: #DAFEFF;
}
</style>
border-color css
<style>
span { border-color: #DAFEFF; }
span { border-color: rgb(218,254,255); }
td.TdClassName
{
border-color: #DAFEFF;
}
.TagClassName
{
border-color: #DAFEFF;
}
</style>