Shades of Light Cyan #DAF6FD
Tints of Light Cyan #DAF6FD
RGB
CMYK
RGB Variations
Color information
#DAF6FD (or 0xDAF6FD) is known color: Light Cyan. HEX triplet: DA, F6 and FD. RGB value is (218,246,253). Sum of RGB (Red+Green+Blue) = 218+246+253=717 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.40% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF6FD is #250902. Grayscale: #EEEEEE. Windows color (decimal): -2427139 or 16643802. OLE color: 16643802.
HSL color Cylindrical-coordinate representation of color #DAF6FD: hue angle of 192º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAF6FD is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 246 | 253 | - |
CMYK | 0.14 | 0.03 | 0 | 0.01 |
HSL | 192º | 0.9% | 0.92% | - |
HSV(B) | 192º | 0.14% | 0.99% | - |
XYZ | 79.6 | 87.91 | 105.7 | - |
YUV | 238.43 | 136.22 | 113.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 246 | 253 | 0.14 | 0.03 | 0 | 0.01 | 192 | 0.9 | 0.92 |
Hex | DA | F6 | FD | E | 3 | 0 | 1 | C0 | 5A | 5C |
Octal | 332 | 366 | 375 | 16 | 3 | 0 | 1 | 300 | 132 | 134 |
Binary | 11011010 | 11110110 | 11111101 | 1110 | 11 | 0 | 1 | 11000000 | 1011010 | 1011100 |
Color Harmonies of #DAF6FD
Complementary color
Monochromatic Colors of #DAF6FD
Black with #DAF6FD
Text Example
Text Example
White with #DAF6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6FD; }
p { color: rgb(218,246,253); }
H1.HeaderClassName
{
color: #DAF6FD;
}
.AnyTagClassName
{
color: #DAF6FD;
}
</style>
background-color css
<style>
a { background-color: #DAF6FD; }
a { background-color: rgb(218,246,253); }
div.DivClassName
{
background-color: #DAF6FD;
}
.BgClassName
{
background-color: #DAF6FD;
}
</style>
border-color css
<style>
span { border-color: #DAF6FD; }
span { border-color: rgb(218,246,253); }
td.TdClassName
{
border-color: #DAF6FD;
}
.TagClassName
{
border-color: #DAF6FD;
}
</style>