Shades of Light Cyan #DAF9F6
Tints of Light Cyan #DAF9F6
RGB
CMYK
RGB Variations
Color information
#DAF9F6 (or 0xDAF9F6) is known color: Light Cyan. HEX triplet: DA, F9 and F6. RGB value is (218,249,246). Sum of RGB (Red+Green+Blue) = 218+249+246=713 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.58% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9F6 is #250609. Grayscale: #EFEFEF. Windows color (decimal): -2426378 or 16185818. OLE color: 16185818.
HSL color Cylindrical-coordinate representation of color #DAF9F6: hue angle of 174.19º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9F6 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 249 | 246 | - |
CMYK | 0.12 | 0 | 0.01 | 0.02 |
HSL | 174.19º | 0.72% | 0.92% | - |
HSV(B) | 174.19º | 0.12% | 0.98% | - |
XYZ | 79.42 | 89.31 | 100.24 | - |
YUV | 239.39 | 131.73 | 112.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 249 | 246 | 0.12 | 0 | 0.01 | 0.02 | 174.19 | 0.72 | 0.92 |
Hex | DA | F9 | F6 | C | 0 | 1 | 2 | AE | 48 | 5C |
Octal | 332 | 371 | 366 | 14 | 0 | 1 | 2 | 256 | 110 | 134 |
Binary | 11011010 | 11111001 | 11110110 | 1100 | 0 | 1 | 10 | 10101110 | 1001000 | 1011100 |
Color Harmonies of #DAF9F6
Complementary color
Monochromatic Colors of #DAF9F6
Black with #DAF9F6
Text Example
Text Example
White with #DAF9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9F6; }
p { color: rgb(218,249,246); }
H1.HeaderClassName
{
color: #DAF9F6;
}
.AnyTagClassName
{
color: #DAF9F6;
}
</style>
background-color css
<style>
a { background-color: #DAF9F6; }
a { background-color: rgb(218,249,246); }
div.DivClassName
{
background-color: #DAF9F6;
}
.BgClassName
{
background-color: #DAF9F6;
}
</style>
border-color css
<style>
span { border-color: #DAF9F6; }
span { border-color: rgb(218,249,246); }
td.TdClassName
{
border-color: #DAF9F6;
}
.TagClassName
{
border-color: #DAF9F6;
}
</style>