Shades of Clear Day #D6FBF0
Tints of Clear Day #D6FBF0
RGB
CMYK
RGB Variations
Color information
#D6FBF0 (or 0xD6FBF0) is known color: Clear Day. HEX triplet: D6, FB and F0. RGB value is (214,251,240). Sum of RGB (Red+Green+Blue) = 214+251+240=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FBF0 is #29040F. Grayscale: #EEEEEE. Windows color (decimal): -2688016 or 15793110. OLE color: 15793110.
HSL color Cylindrical-coordinate representation of color #D6FBF0: hue angle of 162.16º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FBF0 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 251 | 240 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.02 |
| HSL | 162.16º | 0.82% | 0.91% | - |
| HSV(B) | 162.16º | 0.15% | 0.98% | - |
| XYZ | 77.96 | 89.58 | 95.62 | - |
| YUV | 238.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 251 | 240 | 0.15 | 0 | 0.04 | 0.02 | 162.16 | 0.82 | 0.91 |
| Hex | D6 | FB | F0 | F | 0 | 4 | 2 | A2 | 52 | 5B |
| Octal | 326 | 373 | 360 | 17 | 0 | 4 | 2 | 242 | 122 | 133 |
| Binary | 11010110 | 11111011 | 11110000 | 1111 | 0 | 100 | 10 | 10100010 | 1010010 | 1011011 |
Color Harmonies of #D6FBF0
Complementary color
Monochromatic Colors of #D6FBF0
Black with #D6FBF0
Text Example
Text Example
White with #D6FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FBF0; }
p { color: rgb(214,251,240); }
H1.HeaderClassName
{
color: #D6FBF0;
}
.AnyTagClassName
{
color: #D6FBF0;
}
</style>
background-color css
<style>
a { background-color: #D6FBF0; }
a { background-color: rgb(214,251,240); }
div.DivClassName
{
background-color: #D6FBF0;
}
.BgClassName
{
background-color: #D6FBF0;
}
</style>
border-color css
<style>
span { border-color: #D6FBF0; }
span { border-color: rgb(214,251,240); }
td.TdClassName
{
border-color: #D6FBF0;
}
.TagClassName
{
border-color: #D6FBF0;
}
</style>