Shades of Light Cyan #DAF3F5
Tints of Light Cyan #DAF3F5
RGB
CMYK
RGB Variations
Color information
#DAF3F5 (or 0xDAF3F5) is known color: Light Cyan. HEX triplet: DA, F3 and F5. RGB value is (218,243,245). Sum of RGB (Red+Green+Blue) = 218+243+245=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAF3F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3F5 is #250C0A. Grayscale: #EBEBEB. Windows color (decimal): -2427915 or 16118746. OLE color: 16118746.
HSL color Cylindrical-coordinate representation of color #DAF3F5: hue angle of 184.44º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF3F5 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 243 | 245 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.04 |
| HSL | 184.44º | 0.57% | 0.91% | - |
| HSV(B) | 184.44º | 0.11% | 0.96% | - |
| XYZ | 77.45 | 85.6 | 98.83 | - |
| YUV | 235.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 245 | 0.11 | 0.01 | 0 | 0.04 | 184.44 | 0.57 | 0.91 |
| Hex | DA | F3 | F5 | B | 1 | 0 | 4 | B8 | 39 | 5B |
| Octal | 332 | 363 | 365 | 13 | 1 | 0 | 4 | 270 | 71 | 133 |
| Binary | 11011010 | 11110011 | 11110101 | 1011 | 1 | 0 | 100 | 10111000 | 111001 | 1011011 |
Color Harmonies of #DAF3F5
Complementary color
Monochromatic Colors of #DAF3F5
Black with #DAF3F5
Text Example
Text Example
White with #DAF3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3F5; }
p { color: rgb(218,243,245); }
H1.HeaderClassName
{
color: #DAF3F5;
}
.AnyTagClassName
{
color: #DAF3F5;
}
</style>
background-color css
<style>
a { background-color: #DAF3F5; }
a { background-color: rgb(218,243,245); }
div.DivClassName
{
background-color: #DAF3F5;
}
.BgClassName
{
background-color: #DAF3F5;
}
</style>
border-color css
<style>
span { border-color: #DAF3F5; }
span { border-color: rgb(218,243,245); }
td.TdClassName
{
border-color: #DAF3F5;
}
.TagClassName
{
border-color: #DAF3F5;
}
</style>