Shades of Light Cyan #DAFCFC
Tints of Light Cyan #DAFCFC
RGB
CMYK
RGB Variations
Color information
#DAFCFC (or 0xDAFCFC) is known color: Light Cyan. HEX triplet: DA, FC and FC. RGB value is (218,252,252). Sum of RGB (Red+Green+Blue) = 218+252+252=722 (95% of max value = 765). Red value is 218 (85.55% from 255 or 30.19% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #DAFCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCFC is #250303. Grayscale: #F1F1F1. Windows color (decimal): -2425604 or 16579802. OLE color: 16579802.
HSL color Cylindrical-coordinate representation of color #DAFCFC: hue angle of 180º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCFC is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 252 | - |
CMYK | 0.13 | 0 | 0 | 0.01 |
HSL | 180º | 0.85% | 0.92% | - |
HSV(B) | 180º | 0.13% | 0.99% | - |
XYZ | 81.29 | 91.55 | 105.48 | - |
YUV | 241.83 | 133.74 | 111 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 252 | 0.13 | 0 | 0 | 0.01 | 180 | 0.85 | 0.92 |
Hex | DA | FC | FC | D | 0 | 0 | 1 | B4 | 55 | 5C |
Octal | 332 | 374 | 374 | 15 | 0 | 0 | 1 | 264 | 125 | 134 |
Binary | 11011010 | 11111100 | 11111100 | 1101 | 0 | 0 | 1 | 10110100 | 1010101 | 1011100 |
Color Harmonies of #DAFCFC
Complementary color
Monochromatic Colors of #DAFCFC
Black with #DAFCFC
Text Example
Text Example
White with #DAFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCFC; }
p { color: rgb(218,252,252); }
H1.HeaderClassName
{
color: #DAFCFC;
}
.AnyTagClassName
{
color: #DAFCFC;
}
</style>
background-color css
<style>
a { background-color: #DAFCFC; }
a { background-color: rgb(218,252,252); }
div.DivClassName
{
background-color: #DAFCFC;
}
.BgClassName
{
background-color: #DAFCFC;
}
</style>
border-color css
<style>
span { border-color: #DAFCFC; }
span { border-color: rgb(218,252,252); }
td.TdClassName
{
border-color: #DAFCFC;
}
.TagClassName
{
border-color: #DAFCFC;
}
</style>