Shades of Light Cyan #DAFEFC
Tints of Light Cyan #DAFEFC
RGB
CMYK
RGB Variations
Color information
#DAFEFC (or 0xDAFEFC) is known color: Light Cyan. HEX triplet: DA, FE and FC. RGB value is (218,254,252). Sum of RGB (Red+Green+Blue) = 218+254+252=724 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.11% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEFC is #250103. Grayscale: #F2F2F2. Windows color (decimal): -2425092 or 16580314. OLE color: 16580314.
HSL color Cylindrical-coordinate representation of color #DAFEFC: hue angle of 176.67º 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 #DAFEFC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 252 | - |
CMYK | 0.14 | 0 | 0.01 | 0.00 |
HSL | 176.67º | 0.95% | 0.93% | - |
HSV(B) | 176.67º | 0.14% | 1% | - |
XYZ | 81.93 | 92.82 | 105.69 | - |
YUV | 243.01 | 133.07 | 110.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 252 | 0.14 | 0 | 0.01 | 0.00 | 176.67 | 0.95 | 0.93 |
Hex | DA | FE | FC | E | 0 | 1 | 0 | B1 | 5F | 5D |
Octal | 332 | 376 | 374 | 16 | 0 | 1 | 0 | 261 | 137 | 135 |
Binary | 11011010 | 11111110 | 11111100 | 1110 | 0 | 1 | 0 | 10110001 | 1011111 | 1011101 |
Color Harmonies of #DAFEFC
Complementary color
Monochromatic Colors of #DAFEFC
Black with #DAFEFC
Text Example
Text Example
White with #DAFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEFC; }
p { color: rgb(218,254,252); }
H1.HeaderClassName
{
color: #DAFEFC;
}
.AnyTagClassName
{
color: #DAFEFC;
}
</style>
background-color css
<style>
a { background-color: #DAFEFC; }
a { background-color: rgb(218,254,252); }
div.DivClassName
{
background-color: #DAFEFC;
}
.BgClassName
{
background-color: #DAFEFC;
}
</style>
border-color css
<style>
span { border-color: #DAFEFC; }
span { border-color: rgb(218,254,252); }
td.TdClassName
{
border-color: #DAFEFC;
}
.TagClassName
{
border-color: #DAFEFC;
}
</style>