Shades of Light Cyan #DAFEFD
Tints of Light Cyan #DAFEFD
RGB
CMYK
RGB Variations
Color information
#DAFEFD (or 0xDAFEFD) is known color: Light Cyan. HEX triplet: DA, FE and FD. RGB value is (218,254,253). Sum of RGB (Red+Green+Blue) = 218+254+253=725 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.07% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEFD is #250102. Grayscale: #F3F3F3. Windows color (decimal): -2425091 or 16645850. OLE color: 16645850.
HSL color Cylindrical-coordinate representation of color #DAFEFD: hue angle of 178.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEFD is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 253 | - |
CMYK | 0.14 | 0 | 0.00 | 0.00 |
HSL | 178.33º | 0.95% | 0.93% | - |
HSV(B) | 178.33º | 0.14% | 1% | - |
XYZ | 82.08 | 92.88 | 106.53 | - |
YUV | 243.12 | 133.57 | 110.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 253 | 0.14 | 0 | 0.00 | 0.00 | 178.33 | 0.95 | 0.93 |
Hex | DA | FE | FD | E | 0 | 0 | 0 | B2 | 5F | 5D |
Octal | 332 | 376 | 375 | 16 | 0 | 0 | 0 | 262 | 137 | 135 |
Binary | 11011010 | 11111110 | 11111101 | 1110 | 0 | 0 | 0 | 10110010 | 1011111 | 1011101 |
Color Harmonies of #DAFEFD
Complementary color
Monochromatic Colors of #DAFEFD
Black with #DAFEFD
Text Example
Text Example
White with #DAFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEFD; }
p { color: rgb(218,254,253); }
H1.HeaderClassName
{
color: #DAFEFD;
}
.AnyTagClassName
{
color: #DAFEFD;
}
</style>
background-color css
<style>
a { background-color: #DAFEFD; }
a { background-color: rgb(218,254,253); }
div.DivClassName
{
background-color: #DAFEFD;
}
.BgClassName
{
background-color: #DAFEFD;
}
</style>
border-color css
<style>
span { border-color: #DAFEFD; }
span { border-color: rgb(218,254,253); }
td.TdClassName
{
border-color: #DAFEFD;
}
.TagClassName
{
border-color: #DAFEFD;
}
</style>