Shades of Light Cyan #DAFCFD
Tints of Light Cyan #DAFCFD
RGB
CMYK
RGB Variations
Color information
#DAFCFD (or 0xDAFCFD) is known color: Light Cyan. HEX triplet: DA, FC and FD. RGB value is (218,252,253). Sum of RGB (Red+Green+Blue) = 218+252+253=723 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.15% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAFCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCFD is #250302. Grayscale: #F1F1F1. Windows color (decimal): -2425603 or 16645338. OLE color: 16645338.
HSL color Cylindrical-coordinate representation of color #DAFCFD: hue angle of 181.71º 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 #DAFCFD is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 253 | - |
CMYK | 0.14 | 0.00 | 0 | 0.01 |
HSL | 181.71º | 0.9% | 0.92% | - |
HSV(B) | 181.71º | 0.14% | 0.99% | - |
XYZ | 81.45 | 91.62 | 106.32 | - |
YUV | 241.95 | 134.24 | 110.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 253 | 0.14 | 0.00 | 0 | 0.01 | 181.71 | 0.9 | 0.92 |
Hex | DA | FC | FD | E | 0 | 0 | 1 | B6 | 5A | 5C |
Octal | 332 | 374 | 375 | 16 | 0 | 0 | 1 | 266 | 132 | 134 |
Binary | 11011010 | 11111100 | 11111101 | 1110 | 0 | 0 | 1 | 10110110 | 1011010 | 1011100 |
Color Harmonies of #DAFCFD
Complementary color
Monochromatic Colors of #DAFCFD
Black with #DAFCFD
Text Example
Text Example
White with #DAFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCFD; }
p { color: rgb(218,252,253); }
H1.HeaderClassName
{
color: #DAFCFD;
}
.AnyTagClassName
{
color: #DAFCFD;
}
</style>
background-color css
<style>
a { background-color: #DAFCFD; }
a { background-color: rgb(218,252,253); }
div.DivClassName
{
background-color: #DAFCFD;
}
.BgClassName
{
background-color: #DAFCFD;
}
</style>
border-color css
<style>
span { border-color: #DAFCFD; }
span { border-color: rgb(218,252,253); }
td.TdClassName
{
border-color: #DAFCFD;
}
.TagClassName
{
border-color: #DAFCFD;
}
</style>