Shades of Light Cyan #DAFEFE
Tints of Light Cyan #DAFEFE
RGB
CMYK
RGB Variations
Color information
#DAFEFE (or 0xDAFEFE) is known color: Light Cyan. HEX triplet: DA, FE and FE. RGB value is (218,254,254). Sum of RGB (Red+Green+Blue) = 218+254+254=726 (96% of max value = 765). Red value is 218 (85.55% from 255 or 30.03% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #DAFEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEFE is #250101. Grayscale: #F3F3F3. Windows color (decimal): -2425090 or 16711386. OLE color: 16711386.
HSL color Cylindrical-coordinate representation of color #DAFEFE: hue angle of 180º 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 #DAFEFE is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 254 | - |
CMYK | 0.14 | 0 | 0 | 0.00 |
HSL | 180º | 0.95% | 0.93% | - |
HSV(B) | 180º | 0.14% | 1% | - |
XYZ | 82.24 | 92.94 | 107.37 | - |
YUV | 243.24 | 134.07 | 110 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 254 | 0.14 | 0 | 0 | 0.00 | 180 | 0.95 | 0.93 |
Hex | DA | FE | FE | E | 0 | 0 | 0 | B4 | 5F | 5D |
Octal | 332 | 376 | 376 | 16 | 0 | 0 | 0 | 264 | 137 | 135 |
Binary | 11011010 | 11111110 | 11111110 | 1110 | 0 | 0 | 0 | 10110100 | 1011111 | 1011101 |
Color Harmonies of #DAFEFE
Complementary color
Monochromatic Colors of #DAFEFE
Black with #DAFEFE
Text Example
Text Example
White with #DAFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEFE; }
p { color: rgb(218,254,254); }
H1.HeaderClassName
{
color: #DAFEFE;
}
.AnyTagClassName
{
color: #DAFEFE;
}
</style>
background-color css
<style>
a { background-color: #DAFEFE; }
a { background-color: rgb(218,254,254); }
div.DivClassName
{
background-color: #DAFEFE;
}
.BgClassName
{
background-color: #DAFEFE;
}
</style>
border-color css
<style>
span { border-color: #DAFEFE; }
span { border-color: rgb(218,254,254); }
td.TdClassName
{
border-color: #DAFEFE;
}
.TagClassName
{
border-color: #DAFEFE;
}
</style>