Shades of Light Cyan #DAFAFF
Tints of Light Cyan #DAFAFF
RGB
CMYK
RGB Variations
Color information
#DAFAFF (or 0xDAFAFF) is known color: Light Cyan. HEX triplet: DA, FA and FF. RGB value is (218,250,255). Sum of RGB (Red+Green+Blue) = 218+250+255=723 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.15% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFAFF is #250500. Grayscale: #F0F0F0. Windows color (decimal): -2426113 or 16775898. OLE color: 16775898.
HSL color Cylindrical-coordinate representation of color #DAFAFF: hue angle of 188.11º 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 #DAFAFF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 250 | 255 | - |
| CMYK | 0.15 | 0.02 | 0 | 0 |
| HSL | 188.11º | 1% | 0.93% | - |
| HSV(B) | 188.11º | 0.15% | 1% | - |
| XYZ | 81.15 | 90.5 | 107.8 | - |
| YUV | 241 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 255 | 0.15 | 0.02 | 0 | 0 | 188.11 | 1 | 0.93 |
| Hex | DA | FA | FF | F | 2 | 0 | 0 | BC | 64 | 5D |
| Octal | 332 | 372 | 377 | 17 | 2 | 0 | 0 | 274 | 144 | 135 |
| Binary | 11011010 | 11111010 | 11111111 | 1111 | 10 | 0 | 0 | 10111100 | 1100100 | 1011101 |
Color Harmonies of #DAFAFF
Complementary color
Monochromatic Colors of #DAFAFF
Black with #DAFAFF
Text Example
Text Example
White with #DAFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFAFF; }
p { color: rgb(218,250,255); }
H1.HeaderClassName
{
color: #DAFAFF;
}
.AnyTagClassName
{
color: #DAFAFF;
}
</style>
background-color css
<style>
a { background-color: #DAFAFF; }
a { background-color: rgb(218,250,255); }
div.DivClassName
{
background-color: #DAFAFF;
}
.BgClassName
{
background-color: #DAFAFF;
}
</style>
border-color css
<style>
span { border-color: #DAFAFF; }
span { border-color: rgb(218,250,255); }
td.TdClassName
{
border-color: #DAFAFF;
}
.TagClassName
{
border-color: #DAFAFF;
}
</style>